forked from TrueCloudLab/restic
design: Add s3.layout option
This commit is contained in:
parent
fa41183a53
commit
55ae5dab2b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
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
|
fuse can be accessed. The layout auto-detection can be overridden by specifying
|
||||||
the option ``-o local.layout=default``, valid values are ``default`` and
|
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
|
S3 Legacy Layout
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue