This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see Create Bucket in the Amazon S3 API Reference.
See https://www.paws-r-sdk.com/docs/s3control_create_bucket/ for full documentation.
s3control_create_bucket(
ACL = NULL,
Bucket,
CreateBucketConfiguration = NULL,
GrantFullControl = NULL,
GrantRead = NULL,
GrantReadACP = NULL,
GrantWrite = NULL,
GrantWriteACP = NULL,
ObjectLockEnabledForBucket = NULL,
OutpostId = NULL
)
The canned ACL to apply to the bucket.
This is not supported by Amazon S3 on Outposts buckets.
[required] The name of the bucket.
The configuration information for the bucket.
This is not supported by Amazon S3 on Outposts buckets.
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
This is not supported by Amazon S3 on Outposts buckets.
Allows grantee to list the objects in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
Allows grantee to read the bucket ACL.
This is not supported by Amazon S3 on Outposts buckets.
Allows grantee to create, overwrite, and delete any object in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
Allows grantee to write the ACL for the applicable bucket.
This is not supported by Amazon S3 on Outposts buckets.
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
This is not supported by Amazon S3 on Outposts buckets.
The ID of the Outposts where the bucket is being created.
This ID is required by Amazon S3 on Outposts buckets.