Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate name against S3 Bucket name requirements #15

Open
TillaTheHun0 opened this issue Aug 4, 2021 · 0 comments
Open

Validate name against S3 Bucket name requirements #15

TillaTheHun0 opened this issue Aug 4, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@TillaTheHun0
Copy link
Member

The bucket name can be between 3 and 63 characters long, and can contain only lower-case characters, numbers, periods, and dashes.

Each label in the bucket name must start with a lowercase letter or number.

The bucket name cannot contain underscores, end with a dash, have consecutive periods, or use dashes adjacent to periods.

The bucket name cannot be formatted as an IP address (198.51.100.24).

@TillaTheHun0 TillaTheHun0 added the enhancement New feature or request label Aug 4, 2021
@TillaTheHun0 TillaTheHun0 added the good first issue Good for newcomers label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant