aws s3 mb

From wikieduonline
Revision as of 15:02, 19 February 2024 by Welcome (talk | contribs) (→‎Related terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

aws s3 mb creates an S3 bucket. https://docs.aws.amazon.com/cli/latest/reference/s3/mb.html

aws s3 mb s3://mybucket
make_bucket: mybucket
mb - Make bucket

Example[edit]

aws s3 mb s3://mybucket
make_bucket failed: s3://mybucket An error occurred (InvalidLocationConstraint) when calling the CreateBucket operation: The specified location-constraint is not valid
Solution: include --region configuration parameter
aws s3 mb s3://mybucket --region us-west-2

Related terms[edit]

See also[edit]

Advertising: