server-config doc: fix google cloud storage config identifier.

Change-Id: I35769c851d67131581f3c3ef43b5daa5f4130ec7
This commit is contained in:
Burcu Dogan 2013-08-18 21:48:02 +02:00
parent c5434e293d
commit 2309d3d77b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ web browser and restart the server.</p>
<ul>
<li><b><code>blobPath</code></b>: local disk path to store blobs</li>
<li><b><code>s3</code></b>: "<code>key:secret:bucket</code>" (with colons, but no quotes).</li>
<li><b><code>google</code></b>: "<code>clientId:clientSecret:refreshToken:bucketName</code>"</li>
<li><b><code>googlecloudstorage</code></b>: "<code>clientId:clientSecret:refreshToken:bucketName</code>"</li>
</ul>
<p>Others aren't yet supported by the simple config mode. Patches
to <code>pkg/genconfig</code> welcome.</p>