Просмотр исходного кода

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

Enis Afgan 10 лет назад
Родитель
Сommit
f6e02358bf
1 измененных файлов с 3 добавлено и 0 удалено
  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.
 
+        If a bucket with the specified name already exists, return a reference
+        to that bucket.
+
         Example:
 
         .. code-block:: python