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
/// Directory bucket names must be unique in the chosen Availability Zone.
47
-
/// Bucket names must also follow the format <c><i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c><i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</c>).
47
+
/// Bucket names must also follow the format <c><i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c><i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</c>).
48
48
///
49
49
/// For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a>
Copy file name to clipboardExpand all lines: sdk/src/Services/S3/Custom/Model/DeleteBucketPolicyRequest.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public partial class DeleteBucketPolicyRequest : AmazonWebServiceRequest
113
113
/// you must use path-style requests in the format <c>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
114
114
/// </c>. Virtual-hosted-style requests aren't supported. Directory bucket names must
115
115
/// be unique in the chosen Availability Zone. Bucket names must also follow the format
116
-
/// <c> <i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c> <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</c>).
116
+
/// <c> <i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c> <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</c>).
117
117
/// For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory
118
118
/// bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
Copy file name to clipboardExpand all lines: sdk/src/Services/S3/Custom/Model/DeleteBucketRequest.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ public partial class DeleteBucketRequest : AmazonWebServiceRequest
96
96
/// you must use path-style requests in the format <c>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
97
97
/// </c>. Virtual-hosted-style requests aren't supported. Directory bucket names must
98
98
/// be unique in the chosen Availability Zone. Bucket names must also follow the format
99
-
/// <c> <i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c> <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</c>).
99
+
/// <c> <i>bucket_base_name</i>--<i>az_id</i>--x-s3</c> (for example, <c> <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</c>).
100
100
/// For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory
101
101
/// bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
0 commit comments