From 35cffc45249a202a3497b7b02e218413a689d8e3 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Wed, 26 Aug 2026 16:20:29 +0200 Subject: [PATCH] DOCS (hotfix): Fix duplicated S3 endpoint heading The aws-docs-release-august merge left a dangling "Configuring S3 Endpoint" heading holding the pre-signed URL signature-validation note, immediately followed by a duplicate "Path-Style and Virtual Hosted-Style Requests" heading holding the actual endpoint-config content. Fold the note back into the pre-signed URL section as plain text and keep the single correct heading. --- src/content/docs/aws/services/s3.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/aws/services/s3.mdx b/src/content/docs/aws/services/s3.mdx index a182418e..9259b60a 100644 --- a/src/content/docs/aws/services/s3.mdx +++ b/src/content/docs/aws/services/s3.mdx @@ -122,11 +122,10 @@ lstk aws s3 presign s3://sample-bucket/image.jpg You will see a generated pre-signed URL for your S3 object. You can use [curl](https://curl.se/) or [`wget`](https://www.gnu.org/software/wget/) to retrieve the S3 object using the pre-signed URL. -## Configuring S3 Endpoint By default, LocalStack does not validate the signature or the expiration of pre-signed URLs. Check out the [Signature validation](#signature-validation) section to enable it. -## Path-Style and Virtual Hosted-Style Requests +## Configuring S3 Endpoint LocalStack supports both [Virtual-Hosted style and Path style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html) S3 requests. AWS recommends Virtual-Hosted style addressing, and some AWS regions do not support path-style requests at all.