Files
openstacksdk/doc/source/highlevel/object_store.rst
Brian Curtin ad9a4c1878 Implement Swift Proxy object and example
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
2015-01-16 15:18:47 -06:00

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