mirror of
https://github.com/rclone/rclone.git
synced 2025-03-16 18:05:19 +08: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