Bulk-delete support in test swift-server
Akhilachatlapalle opened this issue · 2 comments
Akhilachatlapalle commented
This is more of seeking help instead of an issue.
Is there a way to enable bulk-delete support in the test swift-server(https://github.com/ncw/swift/blob/master/swifttest/server.go#L1062). Tried adding this snippet under Info , "bulk_delete": map[string]interface{}{ "max_failed_deletes" : 1000, "max_deletes_per_request": 1000, "max_containers_per_extraction": 1000, "max_failed_extractions": 1000, }
. Anyways I also need a handler doing this stuff internally. I wonder if anyone already had the implementation ?!
ncw commented
I think it would need a patch.
Do you want to contribute one?
Akhilachatlapalle commented
Sure, I will do it :)