From ee8f5e9ce6d16c955cfc2ecc78efd3d3314063fb Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 21 Nov 2017 13:31:18 -0800 Subject: [PATCH] Updated Storage backend examples (markdown) --- Storage-backend-examples.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Storage-backend-examples.md b/Storage-backend-examples.md index 7911ba1..b1937b8 100644 --- a/Storage-backend-examples.md +++ b/Storage-backend-examples.md @@ -68,6 +68,20 @@ jclouds.identity=xxxxxxxxxxxxx jclouds.credential=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx jclouds.region=HKG ``` + +### S3-compatible (DreamObjects, etc.) + +``` +s3proxy.endpoint=http://127.0.0.1:8080 +s3proxy.authorization=aws-v2 +s3proxy.identity=local-identity +s3proxy.credential=local-credential +jclouds.provider=s3 +jclouds.identity=xxxxxxxxxxxxxxxxxxxx +jclouds.credential=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +jclouds.endpoint=https://objects.dreamhost.com +``` + ### Swift (non-Keystone) ~~An example using remote swift with non-keystone v1 auth (default accounts created with Swift-In-A-Box instructions):~~