Skip to content

Commit 70f2696

Browse files
Updated generated files.
1 parent 4ab2188 commit 70f2696

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

sdk/src/Services/S3/Generated/Model/GetBucketOwnershipControlsRequest.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,25 @@ namespace Amazon.S3.Model
4242
/// about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html">Specifying
4343
/// permissions in a policy</a>.
4444
/// </para>
45-
///
45+
/// <note>
46+
/// <para>
47+
/// A bucket doesn't have <c>OwnershipControls</c> settings in the following cases:
48+
/// </para>
49+
/// <ul> <li>
50+
/// <para>
51+
/// The bucket was created before the <c>BucketOwnerEnforced</c> ownership setting was
52+
/// introduced and you've never explicitly applied this value
53+
/// </para>
54+
/// </li> <li>
55+
/// <para>
56+
/// You've manually deleted the bucket ownership control value using the <c>DeleteBucketOwnershipControls</c>
57+
/// API operation.
58+
/// </para>
59+
/// </li> </ul>
60+
/// <para>
61+
/// By default, Amazon S3 sets <c>OwnershipControls</c> for all newly created buckets.
62+
/// </para>
63+
/// </note>
4664
/// <para>
4765
/// For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Using
4866
/// Object Ownership</a>.

0 commit comments

Comments
 (0)