diff --git a/pages/common/aws-s3api.md b/pages/common/aws-s3api.md index 7f62826db..3f32c0a65 100644 --- a/pages/common/aws-s3api.md +++ b/pages/common/aws-s3api.md @@ -3,9 +3,9 @@ > Create and delete Amazon S3 buckets and edit bucket properties. > More information: . -- Create a bucket: +- Create bucket in a specific region: -`aws s3api create-bucket --bucket {{bucket_name}}` +`aws s3api create-bucket --bucket {{bucket_name}} --region {{region}} --create-bucket-configuration LocationConstraint={{region}}` - Delete a bucket: