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

Cloudserver default API key credentials doesn't seem to work - Docker image #1956

Open
tomekit opened this issue Sep 20, 2023 · 0 comments
Open

Comments

@tomekit
Copy link

tomekit commented Sep 20, 2023

I am trying to play with Cloudserver and I've started it using below command:

docker run -d --name cloudserver -p 8000:8000 -e ENDPOINT=localhost zenko/cloudserver

I've then tried to create a bucket:

export BUCKET_NAME=tomek
export ENDPOINT=http://0.0.0.0:8000/
export AWS_ACCESS_KEY_ID=accessKey1
export AWS_SECRET_ACCESS_KEY=verySecretKey1

aws s3 mb --endpoint=$ENDPOINT s3://$BUCKET_NAME

but then I get:

make_bucket failed: s3://tomek An error occurred (InvalidAccessKeyId) when calling the CreateBucket operation: The AWS access key Id you provided does not exist in our records.

Am I using wrong credentials?

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