mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02: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.