diff --git a/cloudcafe/objectstorage/objectstorage_api/client.py b/cloudcafe/objectstorage/objectstorage_api/client.py index 0ed0b16a..e49765cc 100644 --- a/cloudcafe/objectstorage/objectstorage_api/client.py +++ b/cloudcafe/objectstorage/objectstorage_api/client.py @@ -568,6 +568,10 @@ class ObjectStorageAPIClient(HTTPClient): def set_temp_url_key(self, container_name=None, headers=None, requestslib_kwargs=None): + """ + optional container name is for setting the tempurl at the container + level, otherwise key is set at the account level. + """ url = self.storage_url if container_name: