-
-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
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
$AWS_PROFILE is not honored #906
Comments
+1 I was going to submit the same issue. |
If like this feature. I'm using Sent from my Google Pixel using FastHub |
Issue #906 add support for $AWS_PROFILE
@felipe1982 which |
That's only what awsume does: sets environment variables. Make sure you have the Alias set, or run |
Should be already fixed with merged PR #966 . |
This mentions something similar, and suggests using
--configure
, but that apparently uses the~/.s3cfg
file. Shouldn't I be able to use a command likeAWS_PROFILE=foo s3cmd ...
and use the "foo" profile from~/.aws/credentials
?As someone who routinely uses multiple aws profiles, this is painful because I don't really want to keep another file in sync, and I also don't want to have to view my credentials files and copy/paste environment variables for AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY.
If there is agreement that this is a bug, I can probably submit a patch.
EDIT: found this comment from 2015 suggesting using the credentials file, and this mention in the same thread that a patch would be accepted. Can anyone confirm this is still desired?
The text was updated successfully, but these errors were encountered: