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

creating bucket via aws cli doesn't work. #626

Open
FlorianLudwig opened this issue Jul 12, 2020 · 0 comments
Open

creating bucket via aws cli doesn't work. #626

FlorianLudwig opened this issue Jul 12, 2020 · 0 comments

Comments

@FlorianLudwig
Copy link
Contributor

I wanted to try out stash followed the instructions here: https://docs.ovh.com/ca/en/kubernetes/backing-up-volumes-using-stash/
Getting the credentials via openstack ec2 credentials create worked fine - but the credentials won't work. aws cli: SignatureDoesNotMatch

Interestingly if I rename the profile [profile default] to for example [profile ovh], the error changes to:

aws --profile ovh s3 mb s3://s3-stash
make_bucket failed: s3://s3-stash An error occurred (InternalError) when calling the CreateBucket operation (reached max retries: 4): unexpected status code 500

I do believe that there cannot be a profile default and the default config would be under [default] and not [profile default] but I am not sure about that :]

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

1 participant