ArtifactStore Attachment support and deletions

2018-02-23 Thread Chetan Mehrotra
I am working on a custom ArtifactStore implementation. While implementing the support for attachments it appears there is api to add and read but no api to delete an attachment. This works fine for current CouchDB store as attachment lifecycle is tied to document to which the attachment is being a

Re: ArtifactStore Attachment support and deletions

2018-02-23 Thread Rodric Rabbah
How about a hybrid approach? The low level interface introduces delete attachment and the whisk store for whisk actions overrides del to manage the attachment? I haven’t tinkered with the code to try this out. -r > On Feb 23, 2018, at 3:27 AM, Chetan Mehrotra > wrote: > > I am working on a