AWS Security ChangesHomeSearch

AWS config documentation change

Service: config · 2025-11-22 · Documentation low

File: config/latest/developerguide/gs-cli-prereq.md

Summary

Fixed URL formatting by adding double slashes in documentation links related to S3 Object Lock and dual-stack endpoints

Security assessment

The changes only correct URL paths by adding an extra slash in documentation references. There is no indication of addressing security vulnerabilities or adding new security-related content.

Diff

diff --git a/config/latest/developerguide/gs-cli-prereq.md b/config/latest/developerguide/gs-cli-prereq.md
index 375e5394b..e52148e25 100644
--- a//config/latest/developerguide/gs-cli-prereq.md
+++ b//config/latest/developerguide/gs-cli-prereq.md
@@ -64 +64 @@ We recommend that you leave all settings enabled unless you know you need to tur
-You can only enable S3 Object Lock for a bucket when you create it. If you enable Object Lock for the bucket, you can't disable it later. Enabling Object Lock also enables versioning for the bucket. After you enable Object Lock for the bucket, you must configure the Object Lock settings before any objects in the bucket will be protected. For more information about configuring protection for objects, see [Configuring S3 Object Lock using the Amazon S3 console](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-console.html).
+You can only enable S3 Object Lock for a bucket when you create it. If you enable Object Lock for the bucket, you can't disable it later. Enabling Object Lock also enables versioning for the bucket. After you enable Object Lock for the bucket, you must configure the Object Lock settings before any objects in the bucket will be protected. For more information about configuring protection for objects, see [Configuring S3 Object Lock using the Amazon S3 console](https://docs.aws.amazon.com//AmazonS3/latest/dev/object-lock-console.html).
@@ -68 +68 @@ You can only enable S3 Object Lock for a bucket when you create it. If you enabl
-For more information about the S3 Object Lock feature, see [Locking Objects Using Amazon S3 Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) in the _Amazon Simple Storage Service User Guide_.
+For more information about the S3 Object Lock feature, see [Locking Objects Using Amazon S3 Object Lock](https://docs.aws.amazon.com//AmazonS3/latest/dev/object-lock.html) in the _Amazon Simple Storage Service User Guide_.
@@ -77 +77 @@ When you use the AWS SDKs to create a bucket, you must create a client and then
-To create a client to access a dual-stack endpoint, you must specify an AWS Region. For more information, see [Amazon S3 dual-stack endpoints](https://docs.aws.amazon.com/AmazonS3/latest/dev/dual-stack-endpoints.html#dual-stack-endpoints-description). For a list of available AWS Regions, see [Regions and endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html) in the _AWS General Reference_. 
+To create a client to access a dual-stack endpoint, you must specify an AWS Region. For more information, see [Amazon S3 dual-stack endpoints](https://docs.aws.amazon.com//AmazonS3/latest/dev/dual-stack-endpoints.html#dual-stack-endpoints-description). For a list of available AWS Regions, see [Regions and endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html) in the _AWS General Reference_. 
@@ -79 +79 @@ To create a client to access a dual-stack endpoint, you must specify an AWS Regi
-When you create a client, the Region maps to the Region-specific endpoint. The client uses this endpoint to communicate with Amazon S3: `s3.`<region>`.amazonaws.com`. If your Region launched after March 20, 2019, your client and bucket must be in the same Region. However, you can use a client in the US East (N. Virginia) Region to create a bucket in any Region that launched before March 20, 2019. For more information, see [Legacy Endpoints](https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#s3-legacy-endpoints).
+When you create a client, the Region maps to the Region-specific endpoint. The client uses this endpoint to communicate with Amazon S3: `s3.`<region>`.amazonaws.com`. If your Region launched after March 20, 2019, your client and bucket must be in the same Region. However, you can use a client in the US East (N. Virginia) Region to create a bucket in any Region that launched before March 20, 2019. For more information, see [Legacy Endpoints](https://docs.aws.amazon.com//AmazonS3/latest/dev/VirtualHosting.html#s3-legacy-endpoints).