
This implements the proxy that is exposed as Connection.object_store, and includes some example usage as well as documentation and a user guide. python -m examples.object_store --list-containers python -m examples.object_store --list-objects <container> python -m examples.object_store --upload-directory <directory> --pattern <glob pattern> Ex: ... --upload-directory pictures/ --pattern "*.jpg" Change-Id: I8739ebca2ac77ea4a4d6f4e3ff30a3a253d8b636
407 B
407 B
Object Store API
For details on how to use this API, see /userguides/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.
openstack.object_store.v1._proxy.Proxy