cloud-storage-rs
cloud-storage-rs copied to clipboard
Force bucket name to lowercase
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
Is it important that this validation is done by cloud-storage rather than Google on their side of the API?