Repository: libcloud Updated Branches: refs/heads/trunk 6edeeaff6 -> c24e35879
docs: Add AuroraObjects documentation regarding support Closes #542 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/373e27eb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/373e27eb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/373e27eb Branch: refs/heads/trunk Commit: 373e27eb052bb22c368044b52db41a504e5541c4 Parents: 6edeeaf Author: Wido den Hollander <[email protected]> Authored: Fri Jul 3 10:31:07 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jul 5 16:45:26 2015 +0800 ---------------------------------------------------------------------- docs/storage/_supported_methods.rst | 2 ++ docs/storage/_supported_methods_main.rst | 2 ++ docs/storage/_supported_providers.rst | 2 ++ docs/storage/supported_providers.rst | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/373e27eb/docs/storage/_supported_methods.rst ---------------------------------------------------------------------- diff --git a/docs/storage/_supported_methods.rst b/docs/storage/_supported_methods.rst index eb317fa..02b5515 100644 --- a/docs/storage/_supported_methods.rst +++ b/docs/storage/_supported_methods.rst @@ -16,6 +16,7 @@ Provider list containers list objects create container dele `Amazon S3 (us-west-1)`_ yes no yes yes yes yes yes yes no `Amazon S3 (standard)`_ yes no yes yes yes yes yes yes no `CloudFiles (SWIFT)`_ yes no yes yes yes yes yes yes no +`PCextreme AuroraObjects`_ yes yes yes yes yes yes yes yes yes ============================= =============== ============ ================ ================ ============= ======================= =============== ========================= ============= .. _`Dummy Storage Provider`: http://example.com @@ -33,3 +34,4 @@ Provider list containers list objects create container dele .. _`Amazon S3 (us-west-1)`: http://aws.amazon.com/s3/ .. _`Amazon S3 (standard)`: http://aws.amazon.com/s3/ .. _`CloudFiles (SWIFT)`: http://www.rackspace.com/ +.. _`PCextreme AuroraObjects`: https://www.pcextreme.nl/en/aurora/objects http://git-wip-us.apache.org/repos/asf/libcloud/blob/373e27eb/docs/storage/_supported_methods_main.rst ---------------------------------------------------------------------- diff --git a/docs/storage/_supported_methods_main.rst b/docs/storage/_supported_methods_main.rst index 8f3423b..86faca5 100644 --- a/docs/storage/_supported_methods_main.rst +++ b/docs/storage/_supported_methods_main.rst @@ -16,6 +16,7 @@ Provider list containers list objects create container dele `Amazon S3 (eu-west-1)`_ yes yes yes yes yes yes yes yes yes `Amazon S3 (us-west-1)`_ yes yes yes yes yes yes yes yes yes `Amazon S3 (us-west-2)`_ yes yes yes yes yes yes yes yes yes +`PCextreme AuroraObjects`_ yes yes yes yes yes yes yes yes yes ============================= =============== ============ ================ ================ ============= ======================= =============== ========================= ============= .. _`Microsoft Azure (blobs)`: http://windows.azure.com/ @@ -33,3 +34,4 @@ Provider list containers list objects create container dele .. _`Amazon S3 (eu-west-1)`: http://aws.amazon.com/s3/ .. _`Amazon S3 (us-west-1)`: http://aws.amazon.com/s3/ .. _`Amazon S3 (us-west-2)`: http://aws.amazon.com/s3/ +.. _`PCextreme AuroraObjects`: https://www.pcextreme.nl/en/aurora/objects http://git-wip-us.apache.org/repos/asf/libcloud/blob/373e27eb/docs/storage/_supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/storage/_supported_providers.rst b/docs/storage/_supported_providers.rst index bffae46..24d400e 100644 --- a/docs/storage/_supported_providers.rst +++ b/docs/storage/_supported_providers.rst @@ -1,6 +1,7 @@ ============================= =============================================== ================= ============================================== ==================================== Provider Documentation Provider constant Module Class Name ============================= =============================================== ================= ============================================== ==================================== +`PCextreme AuroraObjects`_ :doc:`Click </storage/drivers/auroraobjects>` AURORAOBJECTS :mod:`libcloud.storage.drivers.auroraobjects` :class:`AuroraObjectsStorageDriver` `Microsoft Azure (blobs)`_ :doc:`Click </storage/drivers/azure_blobs>` AZURE_BLOBS :mod:`libcloud.storage.drivers.azure_blobs` :class:`AzureBlobsStorageDriver` `CloudFiles`_ CLOUDFILES :mod:`libcloud.storage.drivers.cloudfiles` :class:`CloudFilesStorageDriver` `CloudFiles (UK)`_ CLOUDFILES_UK :mod:`libcloud.storage.drivers.cloudfiles` :class:`CloudFilesUKStorageDriver` @@ -18,6 +19,7 @@ Provider Documentation Pr `Amazon S3 (us-west-2)`_ S3_US_WEST_OREGON :mod:`libcloud.storage.drivers.s3` :class:`S3USWestOregonStorageDriver` ============================= =============================================== ================= ============================================== ==================================== +.. _`PCextreme AuroraObjects`: https://www.pcextreme.nl/en/aurora/objects .. _`Microsoft Azure (blobs)`: http://windows.azure.com/ .. _`CloudFiles`: http://www.rackspace.com/ .. _`CloudFiles (UK)`: http://www.rackspace.com/ http://git-wip-us.apache.org/repos/asf/libcloud/blob/373e27eb/docs/storage/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/storage/supported_providers.rst b/docs/storage/supported_providers.rst index c4d5da5..2a99c75 100644 --- a/docs/storage/supported_providers.rst +++ b/docs/storage/supported_providers.rst @@ -13,7 +13,7 @@ Supported Methods (storage) .. include:: _supported_methods_main.rst -Supported Methods (CND) +Supported Methods (CDN) ----------------------- .. include:: _supported_methods_cdn.rst
