create-bucket
The aws s3api create-bucket
command is used for creating new buckets in Astran S3. It allows you to initialize a new storage space in AWS cloud storage. This command supports several parameters to customize the creation of the bucket.
Syntax
aws s3api create-bucket \
--bucket bucketname
Options
bucket
: The name of the S3 bucket to be created.acl
: The Access Control List setting for the bucket.
--create-bucket-configuration
: Specifies the configuration for the bucket, such as location constraint.
By using aws s3api create-bucket
, you can easily set up new buckets in Astran Continuity Cloud for your storage needs.
See also the original AWS documentation.