Repository: jclouds-site Updated Branches: refs/heads/master 5b0977e35 -> 075f4be12
Add Google Cloud Storage Also remove unneeded generic CloudFiles and remove AWS from generic S3. Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/075f4be1 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/075f4be1 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/075f4be1 Branch: refs/heads/master Commit: 075f4be12f6a8d00117b3f8e66c1b2e7bdf2a738 Parents: 5b0977e Author: Andrew Gaul <[email protected]> Authored: Thu Jan 21 03:01:23 2016 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Jan 21 03:02:28 2016 -0800 ---------------------------------------------------------------------- reference/providers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/075f4be1/reference/providers.md ---------------------------------------------------------------------- diff --git a/reference/providers.md b/reference/providers.md index e3e7449..3ad08e4 100644 --- a/reference/providers.md +++ b/reference/providers.md @@ -211,6 +211,10 @@ The Maven Group ID for all supported providers below is [org.apache.jclouds.prov <td>aws-s3</td> </tr> <tr> + <td>Google Cloud Storage*</td> + <td>google-cloud-storage</td> + </tr> + <tr> <td>Microsoft</td> <td>azureblob</td> </tr> @@ -244,7 +248,7 @@ The Maven Group ID for all supported APIs below is [org.apache.jclouds.api](http <td>atmos</td> </tr> <tr> - <td><a href="/guides/aws-s3/">AWS</a></td> + <td>S3</td> <td>s3</td> </tr> <tr> @@ -255,10 +259,6 @@ The Maven Group ID for all supported APIs below is [org.apache.jclouds.api](http <td><a href="/guides/openstack/">OpenStack</a></td> <td>swift</td> </tr> - <tr> - <td><a href="/guides/rackspace/">Rackspace</a></td> - <td>cloudfiles</td> - </tr> </tbody> </table>
