From 55ae5dab2b2fbd56b78955b278d324d066b288d1 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 15 May 2017 23:37:16 +0200 Subject: [PATCH] design: Add s3.layout option --- doc/design.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/design.rst b/doc/design.rst index 02b0992fb..16fa8e7ae 100644 --- a/doc/design.rst +++ b/doc/design.rst @@ -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 ~~~~~~~~~~~~~~~~