mirror of
https://github.com/rclone/rclone.git
synced 2026-04-28 03:09:34 -04:00
Before this fix rclone would just use the authorised bucket regardless of what bucket you put on the command line. This uses the new `bucketName` response in the API and checks that the user is using the correct bucket name to avoid accidents. Fixes #2839