mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +00:00
add forceVirtualHostedStyle for stores which only support virtual hosted style
This commit is contained in:
@@ -84,6 +84,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"plusWorkaround": false,
|
||||
"disableMultiDel": false,
|
||||
"forceSigV2": false,
|
||||
"forceVirtualHostedStyle": false,
|
||||
"debug": false
|
||||
}
|
||||
},
|
||||
@@ -265,6 +266,10 @@ bucket name
|
||||
(optional) disable Signature V4 support, useful with non\-AWS S3\-compatible object stores which do not support SigV4, shouldn\(cqt be enabled for AWS
|
||||
.
|
||||
.TP
|
||||
\fBforceVirtualHostedStyle\fR
|
||||
(optional) disable path style visit, useful with non\-AWS S3\-compatible object stores which only support virtual hosted style
|
||||
.
|
||||
.TP
|
||||
\fBdebug\fR
|
||||
(optional) enables detailed request/response dump for each S3 operation
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user