Files
deb-python-openstacksdk/doc/source/users/highlevel/object_store.rst
Brian Curtin f86cc2fc8e Reorganize existing documentation files
This change creates two directories of content, based on who they're
relevant to: users and contributors. Files which were in the top-level
folder were moved, as well as some within folders in that top-level.
This is one change of a multi-step process, so it only deals with
renamings in order to make further changes cleaner.

Change-Id: I3c9bb7da4f283e2696e7bcea84824c778bbcecfb
Partial-Bug: 1416553
2015-02-03 12:43:28 -06:00

16 lines
413 B
ReStructuredText

Object Store API
================
For details on how to use this API, see :doc:`/users/userguides/object_store`
.. automodule:: openstack.object_store.v1._proxy
The Object Store Class
----------------------
The Object Store high-level interface is exposed as the ``object_store``
object on :class:`~openstack.connection.Connection` objects.
.. autoclass:: openstack.object_store.v1._proxy.Proxy
:members: