Files
openstacksdk/doc/source/users/proxies/object_store.rst
Brian Curtin 650c8a5b44 Reorganize object_store docs
This change organizes the object_store docs by topic rather than letting
autodoc organize methods by the order they appear in the _proxy.py file.

Change-Id: I495770aaaa1bf97dd728339b3dde42ad1770e384
2017-02-28 13:29:47 -05:00

1.9 KiB

Object Store API

For details on how to use this API, see /users/guides/object_store

openstack.object_store.v1._proxy

The Object Store Class

The Object Store high-level interface is exposed as the object_store object on ~openstack.connection.Connection objects.

Account Operations

openstack.object_store.v1._proxy.Proxy

openstack.object_store.v1._proxy.Proxy.get_account_metadata

openstack.object_store.v1._proxy.Proxy.set_account_metadata

openstack.object_store.v1._proxy.Proxy.delete_account_metadata

Container Operations

openstack.object_store.v1._proxy.Proxy

openstack.object_store.v1._proxy.Proxy.create_container

openstack.object_store.v1._proxy.Proxy.delete_container

openstack.object_store.v1._proxy.Proxy.containers

openstack.object_store.v1._proxy.Proxy.get_container_metadata

openstack.object_store.v1._proxy.Proxy.set_container_metadata

openstack.object_store.v1._proxy.Proxy.delete_container_metadata

Object Operations

openstack.object_store.v1._proxy.Proxy

openstack.object_store.v1._proxy.Proxy.upload_object

openstack.object_store.v1._proxy.Proxy.download_object

openstack.object_store.v1._proxy.Proxy.copy_object

openstack.object_store.v1._proxy.Proxy.delete_object

openstack.object_store.v1._proxy.Proxy.get_object

openstack.object_store.v1._proxy.Proxy.objects

openstack.object_store.v1._proxy.Proxy.get_object_metadata

openstack.object_store.v1._proxy.Proxy.set_object_metadata

openstack.object_store.v1._proxy.Proxy.delete_object_metadata