hint about when requesttyle=path is needed
This commit is contained in:
parent
5b1c1b1490
commit
b8780da832
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ the S3 remote.
|
||||||
* `requeststyle` - Set to "path" to use path style requests, instead of the
|
* `requeststyle` - Set to "path" to use path style requests, instead of the
|
||||||
default DNS style requests. This is needed with some S3 services.
|
default DNS style requests. This is needed with some S3 services.
|
||||||
|
|
||||||
|
If you get an error about a host name not existing, it's a good
|
||||||
|
indication that you need to use this.
|
||||||
|
|
||||||
* `bucket` - S3 requires that buckets have a globally unique name,
|
* `bucket` - S3 requires that buckets have a globally unique name,
|
||||||
so by default, a bucket name is chosen based on the remote name
|
so by default, a bucket name is chosen based on the remote name
|
||||||
and UUID. This can be specified to pick a bucket name.
|
and UUID. This can be specified to pick a bucket name.
|
||||||
|
|
Loading…
Add table
Reference in a new issue