Skip to content
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

Unrecognised options #28

Open
FransUrbo opened this issue Jan 10, 2017 · 1 comment
Open

Unrecognised options #28

FransUrbo opened this issue Jan 10, 2017 · 1 comment

Comments

@FransUrbo
Copy link

$ s3-cli --region=eu-west-1 --access_key=${ACCESS_KEY} --secret_key="${SECRET_KEY}" sync s3://bucket/ ./
Usage: s3-cli (command) (command arguments)
Commands: sync ls help del put get cp mv
Unrecognized option(s): access_key, secret_key
@uiteoi
Copy link

uiteoi commented Sep 18, 2017

Do not specify --access_key nor --secret_key options.

Instead setup environment variables AWS_SECRET_KEY and AWS_ACCESS_KEY, these are read when no configuration file is provided. Otherwise set access_key and secret_key in configuration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants