github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/pkg/serverconfig/testdata/s3_alt_host.json (about) 1 { 2 "listen": "localhost:3179", 3 "https": false, 4 "auth": "userpass:camlistore:pass3179", 5 "identity": "26F5ABDA", 6 "identitySecretRing": "/path/to/secring", 7 "kvIndexFile": "/path/to/indexkv.db", 8 "s3": "key:secret:bucket:foo.com", 9 "replicateTo": [], 10 "publish": {}, 11 "shareHandlerPath": "/share/" 12 }