Updated Branches: refs/heads/master cccdda044 -> b8bb4880d
Update README.md blobstore there is a lie Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/b8bb4880 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/b8bb4880 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/b8bb4880 Branch: refs/heads/master Commit: b8bb4880dc73453cdbfbc93300350cf32fe148c8 Parents: cccdda0 Author: Jeff Hutchins <[email protected]> Authored: Wed Jul 3 14:27:34 2013 -0600 Committer: Andrew Gaul <[email protected]> Committed: Wed Jul 3 13:33:37 2013 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/b8bb4880/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 528782f..5480b41 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ There are currently two ways of creating a service for blobstore service: The compute service command allows you to create and reuse blobstore service for a jclouds provider or api. To create a compute service for the S3 provider: - karaf@root> jclouds:blobstore-service-create --provider aws-s3 blobstore --identity XXXXXX --credential XXXXXXX + karaf@root> jclouds:blobstore-service-create --provider aws-s3 --identity XXXXXX --credential XXXXXXX To see the list of installed providers and apis or remove the service for one of the providers, you can use the jclouds:blobstore-service-list and jclouds-blobstore-service-remove commands.
