mirror of
https://github.com/rclone/rclone.git
synced 2025-03-14 00:16:24 +08: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