bucket location is not supported #1575
Labels
api: storage
Issues related to the Cloud Storage API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Setting the location when creating a new bucket doesn't work:
The bucket is always created with the default US location .
Patching the properties before creating the bucket doesn't work either:
bucket._patch_property('LocationConstraint', "EU")
The text was updated successfully, but these errors were encountered: