swiftproxy
swiftproxy copied to clipboard
Use removeBlobs() for bulk-delete.
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
Exception.printStackTrace does not go anywhere useful. If you want to log it, use logger.debug("some message", Exception) instead.
:+1:
:+1:
@timuralp Do we we a path forward on this PR?
@gaul I'll need to reload this into my brain. Will try to check it out over the weekend.