Commit 81d7e26
cmd: move
During the merge of the bootc-image-builder code into bib
(PR#374) a function accidentially moved from `upload.go`
into `bib_main.go`. This was a mistake and this commit
moves it back into the right place.
Thanks to Thozza for finding this [0]
[0] #374 (comment)awscloudNewUploader back into upload.go1 parent 9163983 commit 81d7e26
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments