Creates a new S3 bucket. To create a bucket, you must register with Amazon S3 and have a valid Amazon Web Services Access Key ID to authenticate requests. Anonymous requests are never allowed to create buckets. By creating the bucket, you become the bucket owner.
See https://www.paws-r-sdk.com/docs/s3_create_bucket/ for full documentation.
s3_create_bucket(
ACL = NULL,
Bucket,
CreateBucketConfiguration = NULL,
GrantFullControl = NULL,
GrantRead = NULL,
GrantReadACP = NULL,
GrantWrite = NULL,
GrantWriteACP = NULL,
ObjectLockEnabledForBucket = NULL,
ObjectOwnership = NULL
)
The canned ACL to apply to the bucket.
[required] The name of the bucket to create.
The configuration information for the bucket.
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
Allows grantee to list the objects in the bucket.
Allows grantee to read the bucket ACL.
Allows grantee to create new objects in the bucket.
For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.
Allows grantee to write the ACL for the applicable bucket.
Specifies whether you want S3 Object Lock to be enabled for the new bucket.