We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267f32a commit e86277fCopy full SHA for e86277f
.github/workflows/continuous-integration-workflow.yml
@@ -63,6 +63,7 @@ jobs:
63
if: ${{ env.SHOULD_DEPLOY == 'true' }}
64
run: |
65
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
66
+ aws configure set default.s3.max_concurrent_requests 200
67
aws --endpoint-url https://s3.cern.ch s3 sync --delete build/${PR_NUMBER:-} ${DEST}
68
env:
69
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments