CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

s3 commands can only be executed with the default profile. Need to add --profile flag #37

Closed brivu closed 2 years ago

brivu commented 2 years ago

Describe the solution you'd like After authenticating with the AWS cli orb, s3 commands ran on this orb always run on the default profile. The AWS cli orb enables users to specify a profile to be configured. If a profile other than the default is configured, these s3 commands cannot be run with it.

Describe alternatives you've considered The --profile flag needs to be added to the sync and copy commands in order to use different profiles

brivu commented 2 years ago

Closed with PR #39