We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please implement the --profile global cmdline option to allow switching between different AWS profiles and which should take precedence over AWS_PROFILE env var? In other words, an option to mimic AWS CLI behavior: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
--profile
AWS_PROFILE
This would increase quality of user experience by having same option to switch between profiles in CLI.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
YES please... this would be a great enhancement and really make s5cmd a lot more usable...
Sorry, something went wrong.
storage: add profile flag (#453)
717bf5b
This commit adds --profile flag to allow users to specify a named profile rather than using the default. Fixes #353
kucukaslan
Successfully merging a pull request may close this issue.
Could you please implement the
--profile
global cmdline option to allow switching between different AWS profiles and which should take precedence overAWS_PROFILE
env var?In other words, an option to mimic AWS CLI behavior: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
This would increase quality of user experience by having same option to switch between profiles in CLI.
Thanks in advance.
The text was updated successfully, but these errors were encountered: