Explorar o código

Update interface docs for creating an object store bucket so that that it is more clear about the implementation behavior.

Enis Afgan %!s(int64=9) %!d(string=hai) anos
pai
achega
f6e02358bf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      cloudbridge/cloud/interfaces/services.py

+ 3 - 0
cloudbridge/cloud/interfaces/services.py

@@ -723,6 +723,9 @@ class ObjectStoreService(PageableObjectMixin, CloudService):
         """
         """
         Create a new bucket.
         Create a new bucket.
 
 
+        If a bucket with the specified name already exists, return a reference
+        to that bucket.
+
         Example:
         Example:
 
 
         .. code-block:: python
         .. code-block:: python