From 66eef7a9b9420d07dfdaeea34261450ff8f8c7fa Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 28 Dec 2015 15:14:37 +0100 Subject: [PATCH] website/server-config: add optional dir to bucket config Change-Id: I54275bceb7af69008c4d629998fa5c71229fd60d --- website/content/docs/server-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/server-config b/website/content/docs/server-config index bb8510d71..161f65455 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -79,9 +79,9 @@ At least one of these must be set: * `memoryStorage`: if true, blobs will be stored in memory only. This is generally only useful for debugging & development. * `blobPath`: local disk path to store blobs. (valid for diskpacked too). -* `s3`: "`key:secret:bucket`" or "`key:secret:bucket:hostname`" (with colons, +* `s3`: "`key:secret:bucket[/optional/dir]`" or "`key:secret:bucket[/optional/dir]:hostname`" (with colons, but no quotes). -* `googlecloudstorage`: "`clientId:clientSecret:refreshToken:bucketName`" +* `googlecloudstorage`: "`clientId:clientSecret:refreshToken:bucketName[/optional/dir]`" Additionally, there are two mutually exclusive options which only apply if `blobPath` is set: