docs: Add driver specific docs for Google Storage Driver.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5aa130b1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5aa130b1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5aa130b1 Branch: refs/heads/trunk Commit: 5aa130b18310e2c48b0310288ec96e6587f024f8 Parents: 46a8619 Author: Tomaz Muraus <[email protected]> Authored: Fri Sep 27 12:04:45 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Sep 27 12:05:34 2013 +0200 ---------------------------------------------------------------------- docs/storage/drivers/google_storage.rst | 22 ++++++++++++++++++++++ docs/storage/drivers/index.rst | 10 ++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5aa130b1/docs/storage/drivers/google_storage.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/google_storage.rst b/docs/storage/drivers/google_storage.rst new file mode 100644 index 0000000..264775d --- /dev/null +++ b/docs/storage/drivers/google_storage.rst @@ -0,0 +1,22 @@ +Google Storage Storage Driver Documentation +=========================================== + +Current version of the Google Storage driver in Libcloud uses S3 compatibility +layer and as such, only supports `XML API v1.0`_. + +If you are a new Google Cloud Storage customers, you need to enable API v1.0 +access and choose a default project in the Google Cloud Console for driver to +work. + +For information on how to do that, please see the `official documentation`_. + +If you don't do that, you will get a message that the request is missing a +project id header. + +API Docs +-------- + +.. autoclass:: libcloud.storage.driver.google_storage.GoogleStorageDriver + +.. _`XML API v1.0`: https://developers.google.com/storage/docs/reference/v1/apiversion1 +.. _`official documentation`: https://developers.google.com/storage/docs/reference/v1/apiversion1#new http://git-wip-us.apache.org/repos/asf/libcloud/blob/5aa130b1/docs/storage/drivers/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/index.rst b/docs/storage/drivers/index.rst new file mode 100644 index 0000000..cf9e85f --- /dev/null +++ b/docs/storage/drivers/index.rst @@ -0,0 +1,10 @@ +Storage Drivers Documentation +============================= + +This chapter includes links to driver (provider) specific documentation pages. + +.. toctree:: + :glob: + :maxdepth: 1 + + *
