I'm have mount a network disk that point to my s3 buckets, it works well but i cannot access others buckets that are in different regions.
I saw in a topic that there is an auto-detection of buckets regions but i don't know how to implement it for mount command, and i see that rclonebrowser works well with the sam rclone.conf file
For information, the command $rclone ls demo:bucket-eu-west-3 works, and also the command bellow where it says that rclone has swtiched the region:
$rclone lsd demo:bucket-eu-west-3
2025/03/06 12:36:37 NOTICE: S3 bucket bucket-eu-west-3 Switched region to "eu-west-3" from "eu-west-1"
0 2000-01-01 01:00:00 -1 test
Run the command 'rclone version' and share the full output of the command.
$rclone version
rclone v1.69.0
- os/version: Microsoft Windows 11 Enterprise 23H2 23H2 (64 bit)
- os/kernel: (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.4
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
I'm using AWS s3 service.
Please run 'rclone config redacted' and share the full output.
i mean that when i run this command rclone mount demo: C:\s3 --vfs-cache-mode full --poll-interval 5s i can access only the buckets that are in eu-west-1 only, when i try to access the buckets in other regions i get "empty folder" in Explorer even if they contains a lots of folder/files in S3
when i enter a bucket in eu-west-3 i got this logs in rclone : ERROR : S3 root: Can't change region for bucket "xxxxxx" with no bucket specified
thanks, but still not working by removing region = eu-west-1, i get the same error but for all buckets: ERROR : S3 root: Can't change region for bucket "xxxxxx" with no bucket specified
thank you for your answer, yes i already did it and it worked, but it's not efficient, and in each mount(region) you can see all the buckets, you don't see only the buckets of the current region, because rclone needs s3:ListAllMyBuckets permission which list all the existent buckets in the AWS account.