aws s3api create-bucket —bucket make exception

前端 未结 5 852
暖寄归人
暖寄归人 2021-02-12 22:13

I am trying to create an S3 bucket using

aws s3api create-bucket —bucket kubernetes-aws-wthamira-io

It gives this error:



        
5条回答
  •  故里飘歌
    2021-02-12 23:06

    You'll also get this error if you're trying to create a bucket with a name that's already been taken.

    So try giving your bucket a more unique name and then it should work (I just added digits to the end of the bucket name).

提交回复
热议问题