bouncestorage / swiftproxy

Access other storage backends via the Swift API
Apache License 2.0
31 stars 2 forks source link

Use removeBlobs() for bulk-delete. #39

Open timuralp opened 9 years ago

timuralp commented 9 years ago

We should use removeBlobs() for bulk-delete. The change deletes blobs en-masse. Further, we no longer will perform a HEAD on every blob, as that's fairly expensive.

Fixes #38

gaul commented 9 years ago

Exception.printStackTrace does not go anywhere useful. If you want to log it, use logger.debug("some message", Exception) instead.

gaul commented 9 years ago

:+1:

kahing commented 9 years ago

:+1:

gaul commented 4 years ago

@timuralp Do we we a path forward on this PR?

timuralp commented 4 years ago

@gaul I'll need to reload this into my brain. Will try to check it out over the weekend.