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

Unable to delete incomplete multipart upload #10568

Closed
cyberduck opened this issue Jan 5, 2019 · 2 comments
Closed

Unable to delete incomplete multipart upload #10568

cyberduck opened this issue Jan 5, 2019 · 2 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

55ee5da created the issue

If a transfer is interrupted (i.e. ctrl-c with the AWS CLI), AWS S3 will have hidden files that cannot be deleted with Cyberduck (or with AWS).

  1. Started a transfer to AWS S3 in with AWS CLI of a Folder with 10 files:
    aws s3 cp ~/Desktop/Test s3://tonystest1 --recursive
  2. Interrupt AWS CLI transfer with ctrl-c
  3. Open Cyberduck.
  4. Cannot delete the hidden files left from the interrupted transfer.
  5. CyberDuck Info on the file returns the error: "Failure to read attributes of Test7.pdf. Invalid version id specified"
    Screenshots Attached.

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The file is possibly an incomplete multipart upload but we try to delete a file by version ID instead of the multipart upload id.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 4457be6.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants