mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +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
|
||||
.
|
||||
|
||||
@@ -76,6 +76,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"plusWorkaround": false,
|
||||
"disableMultiDel": false,
|
||||
"forceSigV2": false,
|
||||
"forceVirtualHostedStyle": true,
|
||||
"debug": false
|
||||
}
|
||||
},
|
||||
@@ -251,6 +252,9 @@ and associated settings:
|
||||
* `forceSigV2`:
|
||||
(optional) disable Signature V4 support, useful with non-AWS S3-compatible object stores
|
||||
which do not support SigV4, shouldn't be enabled for AWS
|
||||
* `forceVirtualHostedStyle`:
|
||||
(optional) disable path style visit, useful with non-AWS S3-compatible object stores
|
||||
which only support virtual hosted style
|
||||
* `debug`:
|
||||
(optional) enables detailed request/response dump for each S3 operation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user