design: Add s3.layout option

This commit is contained in:
Alexander Neumann 2017-05-15 23:37:16 +02:00
parent fa41183a53
commit 55ae5dab2b
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ The local and sftp backends will auto-detect and accept all layouts described
in the following sections, so that remote repositories mounted locally e.g. via
fuse can be accessed. The layout auto-detection can be overridden by specifying
the option ``-o local.layout=default``, valid values are ``default`` and
``s3legacy``. The option for the sftp backend is named ``sftp.layout``.
``s3legacy``. The option for the sftp backend is named ``sftp.layout``, for the
s3 backend ``s3.layout``.
S3 Legacy Layout
~~~~~~~~~~~~~~~~