1
mirror of https://github.com/rclone/rclone synced 2025-03-22 04:24:24 +01:00

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

Fixes 
This commit is contained in:
Nick Craig-Wood 2024-07-23 11:34:08 +01:00
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
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,
Advanced: true,
}, {