File tree Expand file tree Collapse file tree
src/content/docs/aws/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,11 +122,10 @@ lstk aws s3 presign s3://sample-bucket/image.jpg
122122You will see a generated pre-signed URL for your S3 object.
123123You 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
126125By default, LocalStack does not validate the signature or the expiration of pre-signed URLs.
127126Check out the [ Signature validation] ( #signature-validation ) section to enable it.
128127
129- ## Path-Style and Virtual Hosted-Style Requests
128+ ## Configuring S3 Endpoint
130129
131130LocalStack supports both [ Virtual-Hosted style and Path style] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html ) S3 requests.
132131AWS recommends Virtual-Hosted style addressing, and some AWS regions do not support path-style requests at all.
You can’t perform that action at this time.
0 commit comments