Open voyvodov opened 2 months ago
Adding few more commands to handle multipart uploads.
For now 3 more commands are added:
abortmp
lsmp
parts
It will be good to have "resume" for failed uploads, but that is more like for another PR.
Adding few more commands to handle multipart uploads.
For now 3 more commands are added:
abortmp
- Can be used to abort multi-part upload with key and upload ID.lsmp
- Can be used to list active multi-part uploads by key prefix.parts
- Can be used to list currently uploaded parts for specific upload ID (needs key and upload ID)It will be good to have "resume" for failed uploads, but that is more like for another PR.