Skip to content

Commit c3011f9

Browse files
DOCS (hotfix): Fix duplicated S3 endpoint heading (#896)
1 parent 96a8712 commit c3011f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/content/docs/aws/services

src/content/docs/aws/services/s3.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,10 @@ lstk aws s3 presign s3://sample-bucket/image.jpg
122122
You will see a generated pre-signed URL for your S3 object.
123123
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.
124124

125-
## Configuring S3 Endpoint
126125
By default, LocalStack does not validate the signature or the expiration of pre-signed URLs.
127126
Check out the [Signature validation](#signature-validation) section to enable it.
128127

129-
## Path-Style and Virtual Hosted-Style Requests
128+
## Configuring S3 Endpoint
130129

131130
LocalStack supports both [Virtual-Hosted style and Path style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html) S3 requests.
132131
AWS recommends Virtual-Hosted style addressing, and some AWS regions do not support path-style requests at all.

0 commit comments

Comments
 (0)