mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
s3: document need to set force_path_style for buckets with invalid DNS names
Fixes #6110
This commit is contained in:
parent
404ef80025
commit
8f0ddcca4e
@ -2246,7 +2246,11 @@ for more info.
|
|||||||
|
|
||||||
Some providers (e.g. AWS, Aliyun OSS, Netease COS, or Tencent COS) require this set to
|
Some providers (e.g. AWS, Aliyun OSS, Netease COS, or Tencent COS) require this set to
|
||||||
false - rclone will do this automatically based on the provider
|
false - rclone will do this automatically based on the provider
|
||||||
setting.`,
|
setting.
|
||||||
|
|
||||||
|
Note that if your bucket isn't a valid DNS name, i.e. has '.' or '_' in,
|
||||||
|
you'll need to set this to true.
|
||||||
|
`,
|
||||||
Default: true,
|
Default: true,
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user