mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00: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