You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/Services/S3/Generated/Model/GetBucketOwnershipControlsRequest.cs
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,25 @@ namespace Amazon.S3.Model
42
42
/// about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html">Specifying
43
43
/// permissions in a policy</a>.
44
44
/// </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>
46
64
/// <para>
47
65
/// For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Using
0 commit comments