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
So, according to s4cmd --help:
s4cmd --help
-p S3CFG, --config=S3CFG path to s3cfg config file
But it doesn't work.
e.g. in /home/myuser/s4.cfg I have:
/home/myuser/s4.cfg
[default] access_key = <REMOVED FOR SECURITY> access_token = <REMOVED FOR SECURITY> use_https = True host_base = <REMOVED FOR SECURITY> host_bucket = <REMOVED FOR SECURITY>
But then this:
s4cmd --config=/home/myuser/s4.cfg put .bashrc s3://bucketbar/foo
Returns:
[Exception] Unable to locate credentials [Thread Failure] Unable to locate credentials
🤷
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, according to
s4cmd --help
:But it doesn't work.
e.g. in
/home/myuser/s4.cfg
I have:But then this:
s4cmd --config=/home/myuser/s4.cfg put .bashrc s3://bucketbar/foo
Returns:
🤷
The text was updated successfully, but these errors were encountered: