We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e73251 commit 8c47c93Copy full SHA for 8c47c93
storage/google/cloud/storage/_helpers.py
@@ -30,7 +30,8 @@ class _PropertyMixin(object):
30
- path
31
32
:type name: str
33
- :param name: The name of the object.
+ :param name: The name of the object. Bucket names must start and end with a
34
+ number or letter.
35
"""
36
37
def __init__(self, name=None):
storage/google/cloud/storage/bucket.py
@@ -81,7 +81,8 @@ class Bucket(_PropertyMixin):
81
for the bucket (which requires a project).
82
83
84
- :param name: The name of the bucket.
+ :param name: The name of the bucket. Bucket names must start and end with a
85
86
87
88
_MAX_OBJECTS_FOR_ITERATION = 256
0 commit comments