mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:47:54 +02:00
6f16588123
- 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.