I am trying to create an S3 bucket using
aws s3api create-bucket —bucket kubernetes-aws-wthamira-io
It gives this error:
Using mb solved the issue for us
aws s3 mb s3://storage.example.com --region us-west-1