Skip to content

Commit bd4dcc8

Browse files
bertiethorpeMaxBed4d
authored andcommitted
multipart chunk image upload
1 parent e2f30d4 commit bd4dcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: env.IMAGE_EXISTS == 'false'
8484
run: |
8585
echo "Uploading Image: ${{ env.TARGET_IMAGE }} to S3..."
86-
s3cmd put ${{ env.TARGET_IMAGE }}.qcow2 s3://openhpc-images-prerelease
86+
s3cmd --multipart-chunk-size-mb=300 put ${{ env.TARGET_IMAGE }} s3://openhpc-images-prerelease
8787
shell: bash
8888

8989
image_sync:

0 commit comments

Comments
 (0)