diff --git a/gcloud/storage/connection.py b/gcloud/storage/connection.py index 0d1a736ff357..24455e3c62ae 100644 --- a/gcloud/storage/connection.py +++ b/gcloud/storage/connection.py @@ -338,6 +338,8 @@ def create_bucket(self, bucket): :rtype: :class:`gcloud.storage.bucket.Bucket` :returns: The newly created bucket. + :raises: :class:`gcloud.storage.exceptions.ConnectionError` if + there is a confict (bucket already exists, invalid name, etc.) """ bucket = self.new_bucket(bucket) response = self.api_request(method='POST', path='/b',