mirror of https://github.com/perkeep/perkeep.git
server config: document implicit mirroring for blob storage
http://camlistore.org/issue/201 Change-Id: Icda250242f88dad80cd48d6417d4944341e3dd26
This commit is contained in:
parent
071525e06c
commit
47ff2102c3
|
@ -46,6 +46,7 @@ web browser and restart the server.</p>
|
|||
<li><b><code>s3</code></b>: "<code>key:secret:bucket</code>" (with colons, but no quotes).</li>
|
||||
<li><b><code>googlecloudstorage</code></b>: "<code>clientId:clientSecret:refreshToken:bucketName</code>"</li>
|
||||
</ul>
|
||||
<p>For now, if more than one storage option is set, one of them is the primary storage and the other ones are set up as mirrors. The precedence order is the same as the order they are listed above.</p>
|
||||
<p>Others aren't yet supported by the simple config mode. Patches
|
||||
to <code>pkg/genconfig</code> welcome.</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue