Merge pull request #350 from RichardScothern/s3-rootpath

Update S3 configuration documentation
pull/351/merge
Stephen Day 2015-04-10 16:22:38 -07:00
commit 7cfc6fd062
2 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ storage:
s3:
region: us-east-1
bucket: my-bucket
rootpath: /registry
rootdirectory: /registry
encrypt: true
secure: false
accesskey: SAMPLEACCESSKEY

View File

@ -28,7 +28,7 @@ var configStruct = Configuration{
"s3": Parameters{
"region": "us-east-1",
"bucket": "my-bucket",
"rootpath": "/registry",
"rootdirectory": "/registry",
"encrypt": true,
"secure": false,
"accesskey": "SAMPLEACCESSKEY",
@ -93,7 +93,7 @@ storage:
s3:
region: us-east-1
bucket: my-bucket
rootpath: /registry
rootdirectory: /registry
encrypt: true
secure: false
accesskey: SAMPLEACCESSKEY