deb-python-openstacksdk/doc/source/users/proxies/object_store.rst

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