Bucket Name Validator
Checks names against the provider rules before the create call does it for you.
Loading the tool…
How to use this tool
- Paste the names you are considering, one per line.
- Pick the provider. The rules genuinely differ — Azure allows no dots at all.
- Select Validate names.
- Settle the name before you create anything. A bucket cannot be renamed, only copied and deleted.
What bucket name validator does
Bucket naming rules are stricter than they look and the consequences are permanent. A bucket name is global, it is part of a DNS name, and it cannot be renamed — only copied to a new bucket and deleted, which for a large dataset is a project rather than a fix.
The rule that catches people is the dot. A name with a dot in it is legal on S3 and it will create successfully, but virtual-hosted HTTPS access to it breaks, because the wildcard certificate does not cover a further label — so the bucket works from the CLI and fails from a browser. That and the reserved prefixes and suffixes, the IP-address form, the length bounds and the Azure ban on dots and consecutive hyphens are all checked here, per provider.