Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutBucketOwnershipControlsRequest

Hierarchy

  • PutBucketOwnershipControlsRequest

Index

Properties

Bucket

Bucket: string

The name of the Amazon S3 bucket whose OwnershipControls you want to set.

Optional ContentMD5

ContentMD5: string

The MD5 hash of the OwnershipControls request body. For requests made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is calculated automatically.

Optional ExpectedBucketOwner

ExpectedBucketOwner: string

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

OwnershipControls

OwnershipControls: OwnershipControls

The OwnershipControls (BucketOwnerPreferred or ObjectWriter) that you want to apply to this Amazon S3 bucket.

Generated using TypeDoc