Skip to content

Commit

Permalink
Update s3_bucket_ownership_controls.html.markdown (#22229)
Browse files Browse the repository at this point in the history
Add missing valid value
  • Loading branch information
11mariom authored Dec 15, 2021
1 parent c66d59a commit 959df07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/s3_bucket_ownership_controls.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are required:

The following arguments are required:

* `object_ownership` - (Required) Object ownership. Valid values: `BucketOwnerPreferred` or `ObjectWriter`
* `object_ownership` - (Required) Object ownership. Valid values: `BucketOwnerPreferred`, `ObjectWriter` or `BucketOwnerEnforced`
* `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.
* `BucketOwnerEnforced` - The bucket owner automatically owns and has full control over every object in the bucket. ACLs no longer affect permissions to data in the S3 bucket.
Expand Down

0 comments on commit 959df07

Please sign in to comment.