AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-04-23 · Documentation low

File: AmazonS3/latest/userguide/create-directory-bucket-LZ.md

Summary

Updated documentation links, removed IAM policy condition key reference, and standardized bucket name examples

Security assessment

Primarily editorial changes and example standardization. Removal of 's3express:AllAccessRestrictedToLocalZoneGroup' IAM condition key reference reduces security guidance but does not indicate a resolved vulnerability.

Diff

diff --git a/AmazonS3/latest/userguide/create-directory-bucket-LZ.md b/AmazonS3/latest/userguide/create-directory-bucket-LZ.md
index 8af259ae1..5c3542717 100644
--- a//AmazonS3/latest/userguide/create-directory-bucket-LZ.md
+++ b//AmazonS3/latest/userguide/create-directory-bucket-LZ.md
@@ -11 +11 @@ In Dedicated Local Zones, you can create directory buckets to store and retrieve
-  * For all the services in AWS Dedicated Local Zones (Dedicated Local Zones), including S3, your administrator must enable your AWS account before you can create or access any resource in the Dedicated Local Zone. For more information, see [Enable accounts for Dedicated Local Zones](./opt-in-directory-bucket-lz.html).
+  * For all the services in AWS Dedicated Local Zones (Dedicated Local Zones), including S3, your administrator must enable your AWS account before you can create or access any resource in the Dedicated Local Zone. For more information, see [Enable accounts for Local Zones](./opt-in-directory-bucket-lz.html).
@@ -15,2 +14,0 @@ In Dedicated Local Zones, you can create directory buckets to store and retrieve
-  * To restrict access to only within the Local Zone network border groups, you can use the condition key `s3express:AllAccessRestrictedToLocalZoneGroup` in your IAM policies. For more information, see [Authenticating and authorizing for directory buckets in Local Zones](./iam-directory-bucket-LZ.html).
-
@@ -101 +99 @@ This example shows how to create a directory bucket in a Local Zone by using the
-    var bucket = "amzn-s3-demo-bucket--usw2-az1--x-s3--zone-id--x-s3" // The full directory bucket name
+    var bucket = "bucket-base-name--zone-id--x-s3" // The full directory bucket name
@@ -182 +180 @@ This example shows how to create a directory bucket in a Local Zone by using the
-    const bucketName = `amzn-s3-demo-bucket--usw2-az1--x-s3--${suffix}`; // Full directory bucket name
+    const bucketName = `bucket-base-name--${suffix}`; // Full directory bucket name
@@ -202 +200 @@ This example shows how to create a directory bucket in a Local Zone by using the
-           BucketName = "DOC-EXAMPLE-BUCKET--local-zone-id--x-s3",
+           BucketName = "bucket-base-name--local-zone-id--x-s3",
@@ -226 +224 @@ This example shows how to create a directory bucket in a Local Zone by using the
-        'Bucket' => 'doc-example-bucket--local-zone-id--x-s3',
+        'Bucket' => 'bucket-base-name--local-zone-id--x-s3',
@@ -247 +245 @@ This example shows how to create a directory bucket in a Local Zone by using the
-        :param bucket_name: Bucket to create; for example, 'doc-example-bucket--local-zone-id--x-s3'
+        :param bucket_name: Bucket to create; for example, 'bucket-base-name--local-zone-id--x-s3'