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

Fallback on missing bulk delete support #7603

Closed
cyberduck opened this issue Nov 13, 2013 · 3 comments
Closed

Fallback on missing bulk delete support #7603

cyberduck opened this issue Nov 13, 2013 · 3 comments
Assignees
Labels
enhancement fixed openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

0116e36 created the issue

In Openstack Swift (Keystone) provider cyberduck uses bulk-delete requests for deleting objects and containers. But not all swift's clusters enable this feature.

When trying delete container on clusters, where bulk-requests disabled, we got response "409 Conflict", because objects inside still not deleted.

So, maybe cyberduck should use "delete-per-object" requests if it got 409 response on bulk delete?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 114ad41.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#7604 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

501f426 commented

Still doesn't work, build 13981

@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
enhancement fixed openstack OpenStack Swift Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants