View source: R/s3control_operations.R
s3control_create_bucket | R Documentation |
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
)
ACL |
The canned ACL to apply to the bucket. This is not supported by Amazon S3 on Outposts buckets. |
Bucket |
[required] The name of the bucket. |
CreateBucketConfiguration |
The configuration information for the bucket. This is not supported by Amazon S3 on Outposts buckets. |
GrantFullControl |
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket. This is not supported by Amazon S3 on Outposts buckets. |
GrantRead |
Allows grantee to list the objects in the bucket. This is not supported by Amazon S3 on Outposts buckets. |
GrantReadACP |
Allows grantee to read the bucket ACL. This is not supported by Amazon S3 on Outposts buckets. |
GrantWrite |
Allows grantee to create, overwrite, and delete any object in the bucket. This is not supported by Amazon S3 on Outposts buckets. |
GrantWriteACP |
Allows grantee to write the ACL for the applicable bucket. This is not supported by Amazon S3 on Outposts buckets. |
ObjectLockEnabledForBucket |
Specifies whether you want S3 Object Lock to be enabled for the new bucket. This is not supported by Amazon S3 on Outposts buckets. |
OutpostId |
The ID of the Outposts where the bucket is being created. This ID is required by Amazon S3 on Outposts buckets. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.