class Aws::S3::Types::OwnershipControlsRule

The container element for an ownership control rule.

@note When making an API call, you may pass OwnershipControlsRule

data as a hash:

    {
      object_ownership: "BucketOwnerPreferred", # required, accepts BucketOwnerPreferred, ObjectWriter
    }

@!attribute [rw] object_ownership

The container element for object ownership for a bucket's ownership
controls.

BucketOwnerPreferred - Objects uploaded to the bucket change
ownership to the bucket owner if the objects are uploaded with the
`bucket-owner-full-control` canned ACL.

ObjectWriter - The uploading account will own the object if the
object is uploaded with the `bucket-owner-full-control` canned ACL.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/OwnershipControlsRule AWS API Documentation

Constants

SENSITIVE