Rene Cordier created JAMES-2829:
-----------------------------------
Summary: Implementation of delete in BlobStore
Key: JAMES-2829
URL: https://issues.apache.org/jira/browse/JAMES-2829
Project: James Server
Issue Type: New Feature
Reporter: Rene Cordier
Fix For: 3.4.0
We should add a delete method in the BlobStore API, contract tests and related
implementations:
{code:java}
public interface BlobStore {
Publisher<Void> delete(BucketName, BlobId);
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]