Utilities & Parsing

S3 URI & Path Converter

Convert S3 URIs, virtual-host style URLs, path-style URLs, and R2 links. Extract bucket name, object key, region, and generate copyable AWS CLI commands.

S3 URI & Endpoint Converter

Convert s3:// paths and HTTP URLs into Bucket Name, Object Key, and ready-to-use AWS CLI commands.

Quick examples:
ProviderAWS S3
Bucket Namemy-company-data
Object Keybackups/2026/database.tar.gz
Generated AWS CLI Commands
Download File (aws s3 cp)
aws s3 cp s3://my-company-data/backups/2026/database.tar.gz ./database.tar.gz
Presign URL (aws s3 presign)
aws s3 presign s3://my-company-data/backups/2026/database.tar.gz --expires-in 3600

Need a faster way to browse & share S3 objects?