Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
We should add a delete method in the BlobStore API, contract tests and related implementations:
public interface BlobStore { Publisher<Void> delete(BucketName, BlobId); }