**To update the bucket ownership settings of a bucket** The following ``put-bucket-ownership-controls`` example updates the bucket ownership settings of a bucket. :: aws s3api put-bucket-ownership-controls \ --bucket DOC-EXAMPLE-BUCKET \ --ownership-controls="Rules=[{ObjectOwnership=BucketOwnerEnforced}]" This command produces no output. For more information, see `Setting Object Ownership on an existing bucket `__ in the *Amazon S3 User Guide*.