Skip to content

/AWS1/CL_S3C=>CREATEBUCKET()

About CreateBucket

This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see Create Bucket in the Amazon S3 API Reference.

Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To create an Outposts bucket, you must have S3 on Outposts. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide.

Not every string is an acceptable bucket name. For information on bucket naming restrictions, see Working with Amazon S3 Buckets.

S3 on Outposts buckets support:

  • Tags

  • LifecycleConfigurations for deleting expired objects

For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts, see Amazon S3 on Outposts Restrictions and Limitations.

For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and x-amz-outpost-id in your API request, see the Examples section.

The following actions are related to CreateBucket for Amazon S3 on Outposts:

Method Signature

IMPORTING

Required arguments:

IV_BUCKET TYPE /AWS1/S3CBUCKETNAME /AWS1/S3CBUCKETNAME

The name of the bucket.

Optional arguments:

IV_ACL TYPE /AWS1/S3CBUCKETCANNEDACL /AWS1/S3CBUCKETCANNEDACL

The canned ACL to apply to the bucket.

This is not supported by Amazon S3 on Outposts buckets.

IO_CREATEBUCKETCONFIGURATION TYPE REF TO /AWS1/CL_S3CCREATEBUCKETCONF /AWS1/CL_S3CCREATEBUCKETCONF

The configuration information for the bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_GRANTFULLCONTROL TYPE /AWS1/S3CGRANTFULLCONTROL /AWS1/S3CGRANTFULLCONTROL

Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_GRANTREAD TYPE /AWS1/S3CGRANTREAD /AWS1/S3CGRANTREAD

Allows grantee to list the objects in the bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_GRANTREADACP TYPE /AWS1/S3CGRANTREADACP /AWS1/S3CGRANTREADACP

Allows grantee to read the bucket ACL.

This is not supported by Amazon S3 on Outposts buckets.

IV_GRANTWRITE TYPE /AWS1/S3CGRANTWRITE /AWS1/S3CGRANTWRITE

Allows grantee to create, overwrite, and delete any object in the bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_GRANTWRITEACP TYPE /AWS1/S3CGRANTWRITEACP /AWS1/S3CGRANTWRITEACP

Allows grantee to write the ACL for the applicable bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_OBJECTLOCKENABLEDFORBKT TYPE /AWS1/S3COBJLOCKENABLEDFORBKT /AWS1/S3COBJLOCKENABLEDFORBKT

Specifies whether you want S3 Object Lock to be enabled for the new bucket.

This is not supported by Amazon S3 on Outposts buckets.

IV_OUTPOSTID TYPE /AWS1/S3CNONEMPTYMAXLENGTH6400 /AWS1/S3CNONEMPTYMAXLENGTH6400

The ID of the Outposts where the bucket is being created.

This ID is required by Amazon S3 on Outposts buckets.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_S3CCREATEBUCKETRESULT /AWS1/CL_S3CCREATEBUCKETRESULT