s3: document need to set force_path_style for buckets with invalid DNS names

Fixes #6110
This commit is contained in:
Nick Craig-Wood 2024-07-23 11:34:08 +01:00
parent 404ef80025
commit 8f0ddcca4e

View File

@ -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,
}, { }, {