Description Usage Arguments Value Request syntax
View source: R/s3_operations.R
Creates or modifies OwnershipControls
for an Amazon S3 bucket. To use
this operation, you must have the s3:PutBucketOwnershipControls
permission. For more information about Amazon S3 permissions, see
Specifying Permissions in a Policy.
For information about Amazon S3 Object Ownership, see Using Object Ownership.
The following operations are related to
put_bucket_ownership_controls
:
get_bucket_ownership_controls
delete_bucket_ownership_controls
1 2 | s3_put_bucket_ownership_controls(Bucket, ContentMD5,
ExpectedBucketOwner, OwnershipControls)
|
Bucket |
[required] The name of the Amazon S3 bucket whose |
ContentMD5 |
The MD5 hash of the For requests made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is calculated automatically. |
ExpectedBucketOwner |
The account id of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
|
OwnershipControls |
[required] The |
An empty list.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.