-
-
Notifications
You must be signed in to change notification settings - Fork 906
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
InvalidAccessKeyId error when using a different S3 host #1337
Comments
Same error here but I'm using Linode Object Storage. |
It's still AWS S3. Try this: $ s3cmd --host="${S3_HOSTNAME}" --host-bucket='%(bucket)s.'"${S3_HOSTNAME}" <args>
While the Linode's docs about configuring s3cmd: Using S3cmd with Object Storage | Linode Docs |
I found solution, when you configure s3cmd with
|
@pzhlkj6612's solution has to be put in the config file to make commands simpler. Edit |
Hello, I am getting the following error
S3 error: 403 (InvalidAccessKeyId): The AWS Access Key Id you provided does not exist in our records.
when using DigitalOcean Spaces.I configured s3cmd correctly, but it seems s3cmd is ignoring the host configuration for some of the requests, as seen in when running
s3cmd --debug la --recursive
The text was updated successfully, but these errors were encountered: