AWS S3 URL Generator
Generate common S3 object and bucket URL formats - virtual-hosted style, path style, and website endpoint.
Enter a bucket name, region, and object key - this tool generates the matching S3 URL in each common format.
Pair this with the S3 Policy Generator if the bucket/objects also need a bucket policy for public or restricted access.
What S3 URL Formats Exist?
S3 objects can be addressed in a few different URL formats: virtual-hosted style (https://bucket.s3.region.amazonaws.com/key), path style (https://s3.region.amazonaws.com/bucket/key, being phased out for new buckets), and a static website endpoint format for buckets configured for website hosting.
Why Use This Tool?
Getting the exact subdomain/path structure right (and which region segment format applies) is easy to fumble when constructing URLs by hand, especially across many buckets or objects.
How to Use It
- Enter your bucket name, AWS region, and the object key (path within the bucket).
- Copy the generated URL in whichever format you need.
Limitations
The generated URL's actual accessibility depends entirely on the bucket/object's permissions - this tool only builds the URL text, it does not check or change any real bucket's access settings.