mirror of
https://github.com/rclone/rclone
synced 2025-03-21 03:04:23 +01:00

- change the interface of listBuckets() removing dir parameter and adding context - add makeBucket() and use in place of Mkdir("") - this fixes some corner cases in Copy/Update - mark all the listed buckets OK in ListR Thanks to @yparitcher for the review.