mirror of
https://github.com/rclone/rclone.git
synced 2025-04-14 00:58:59 +02:00
This implements `rclone cleanup` to remove multipart uploads over 24 hours old. It also implements the backend command `list-multipart-uploads` to see which ones are available and `cleanup` to delete them with a configurable expiry interval. See #4302