You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: