mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00: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.