**To retrieve the bucket ownership settings of a bucket** The following ``get-bucket-ownership-controls`` example retrieves the bucket ownership settings of a bucket. :: aws s3api get-bucket-ownership-controls \ --bucket DOC-EXAMPLE-BUCKET Output:: { "OwnershipControls": { "Rules": [ { "ObjectOwnership": "BucketOwnerEnforced" } ] } } For more information, see `Viewing the Object Ownership setting for an S3 bucket `__ in the *Amazon S3 User Guide*.