Skip to content

Commit

Permalink
specify multipart_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 27, 2025
1 parent 01e4868 commit 4615703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ jobs:
echo "AWS_ACCESS_KEY_ID=${{ secrets.MINIO_KEY }}" >> $GITHUB_ENV
echo "AWS_SECRET_ACCESS_KEY=${{ secrets.MINIO_SECRET }}" >> $GITHUB_ENV
echo "AWS_DEFAULT_REGION=us-east-1" >> $GITHUB_ENV
aws configure set default.s3.multipart_threshold 5GB
- name: Upload to Minio
run: |
Expand Down

0 comments on commit 4615703

Please sign in to comment.