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

Force bucket name to lowercase #78

Open
ralpha opened this issue Jun 24, 2021 · 1 comment
Open

Force bucket name to lowercase #78

ralpha opened this issue Jun 24, 2021 · 1 comment
Labels
question Further information is requested

Comments

@ralpha
Copy link

ralpha commented Jun 24, 2021

Google bucket names are not allowed to contain uppercase characters.
The library should maybe filter/cast the bucket name strings to force these rules on the string.

For more info: https://cloud.google.com/storage/docs/naming-buckets

@ThouCheese
Copy link
Owner

Is it important that this validation is done by cloud-storage rather than Google on their side of the API?

@ThouCheese ThouCheese added the question Further information is requested label Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants