Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multipart handling commands #757

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

voyvodov
Copy link

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.

@voyvodov voyvodov requested a review from a team as a code owner September 11, 2024 10:30
@voyvodov voyvodov requested review from ilkinulas and denizsurmeli and removed request for a team September 11, 2024 10:30
Adding command to list active multipart uploads.
Adding command to abort active multipart upload.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant