Skip to content

Commit

Permalink
specify region on cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Mar 2, 2024
1 parent e8a162c commit a50d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

- run: aws s3api list-objects-v2 --endpoint-url $ENDPOINT --bucket portfolio
- run: aws s3api list-objects-v2 --endpoint-url $ENDPOINT --bucket portfolio --region auto
env:
ENDPOINT: ${{secrets.S3_ENDPOINT}}

0 comments on commit a50d821

Please sign in to comment.