1
mirror of https://github.com/rclone/rclone synced 2025-03-21 03:04:23 +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 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,
}, { }, {