Last active
August 29, 2015 14:04
-
-
Save lithuak/49ec96b2f4ff16c6cf32 to your computer and use it in GitHub Desktop.
AWS authentication for s3cmd, fun and profit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In theory, it must be: | |
export AWS_ACCESS_KEY_ID=key | |
export AWS_SECRET_ACCESS_KEY=key | |
BUT IN PRACTIVE only .cfg file works: | |
[default] | |
access_key = key | |
secret_key = key | |
and: | |
s3cmd --config <config_file> ... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment