-
Notifications
You must be signed in to change notification settings - Fork 35
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
"Error: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256." #31
Comments
@gazsp did you solve this? |
Nope. Switched to using s3cmd. |
You can specify a region by doing the following
You'll also need to set the the following in
Note: The newline after the |
Thanks, adding the signature version to the config file did the job! Still I wonder whats the char after s3 = ? |
Also make sure you add your region = [region] to your conf file if you run into signing issues |
There isn't one, the new line + indent means a nested scope is coming, it's kinda like YAML but with |
@biosthezerg Thanks, I've updated my post just in case people don't scroll down far enough to read about the indentation. |
This happens when I use s3-cli sync. Any ideas?
The text was updated successfully, but these errors were encountered: