URL Editor

Decompose & edit URL parameters

Cloud & CDN

AWS S3 Presigned

S3 presigned URL for secure access

Example URL

https://bucket-name.s3.amazonaws.com/path/to/file.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20230101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230101T000000Z&X-Amz-Expires=3600&X-Amz-Signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Open in Editor

Parameters

X-Amz-Algorithm=AWS4-HMAC-SHA256

AWS signature algorithm (always AWS4-HMAC-SHA256)

X-Amz-Credential=AKIAIOSFODNN7EXAMPLE/20230101/us-east-1/s3/aws4_request

AWS access key and credential scope

X-Amz-Date=20230101T000000Z

Request timestamp in ISO 8601 format

X-Amz-Expires=3600

URL validity period in seconds

X-Amz-Signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Request signature for authentication

URL Structure

Protocol
https:
Host
bucket-name.s3.amazonaws.com
Path
/path/to/file.pdf

Related Templates