Skip to content
  • João Pereira's avatar
    Bulk delete blobs during garbage collection · 9b0a04e9
    João Pereira authored and Stan Hu's avatar Stan Hu committed
    This is currently only supported for the S3 storage driver. It is
    implemented using the DeleteObjects operation and supports up to
    1000 blobs per request. For all other storage drivers, bulk
    deletion loops over the list of blobs to delete and calls the
    existing Delete method on each driver.
    9b0a04e9