Skip to content

Commit

Permalink
tune aws s3 cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Sep 24, 2024
1 parent 3d11573 commit 6563a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobilecoin-workflow-dev-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
echo "[profile s3]" > /tmp/aws_cli_profile
echo "s3 =" >> /tmp/aws_cli_profile
echo " max_concurrent_requests = 200" >> /tmp/aws_cli_profile
echo " max_queue_size = 20000" >> /tmp/aws_cli_profile
echo " max_concurrent_requests = 50" >> /tmp/aws_cli_profile
echo " max_queue_size = 10000" >> /tmp/aws_cli_profile
export AWS_CONFIG_FILE=/tmp/aws_cli_profile
export AWS_PROFILE=s3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mobilecoin-workflow-dev-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
rancher_token: ${{ secrets.DEV_RANCHER_TOKEN }}

reset-s3:
runs-on: mcf-dev-small-x64
runs-on: mcf-dev-large-x64
container:
image: mobilecoin/gha-s3-pg-helper:v0
steps:
Expand All @@ -104,8 +104,8 @@ jobs:
run: |
echo "[profile s3]" > /tmp/aws_cli_profile
echo "s3 =" >> /tmp/aws_cli_profile
echo " max_concurrent_requests = 200" >> /tmp/aws_cli_profile
echo " max_queue_size = 20000" >> /tmp/aws_cli_profile
echo " max_concurrent_requests = 50" >> /tmp/aws_cli_profile
echo " max_queue_size = 10000" >> /tmp/aws_cli_profile
export AWS_CONFIG_FILE=/tmp/aws_cli_profile
export AWS_PROFILE=s3
Expand Down

0 comments on commit 6563a75

Please sign in to comment.