You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proposal request to have a generic implementation of object store such that irrespective of blob store or s3 or any other in future, developers will only be exposed to common methods to upload, download, list or delete.
We did a similar implementation covering both Azure blob and AWS S3 for now. But that was only specific to using object store as a plugin (not along with this broader implementation of having attachments). It makes sense to merge it here if it also makes sense for you.
Would you like to have a look at that repository? And once it make sense overall, I can request for a merge of the implementation with the necessary changes.
The text was updated successfully, but these errors were encountered:
Thanks @RamIndia. I have invited into our private repo, please have a look. We are also open for a call, let us know once you had your first observations.
Hi @s-vinay and @RamIndia, I'm interested in a several integration based on cap-js/attachments.
To prevent double work, i would like to jump in to the add-in development.
Any possibility to onboard me?
This is a proposal request to have a generic implementation of object store such that irrespective of blob store or s3 or any other in future, developers will only be exposed to common methods to upload, download, list or delete.
We did a similar implementation covering both Azure blob and AWS S3 for now. But that was only specific to using object store as a plugin (not along with this broader implementation of having attachments). It makes sense to merge it here if it also makes sense for you.
Would you like to have a look at that repository? And once it make sense overall, I can request for a merge of the implementation with the necessary changes.
The text was updated successfully, but these errors were encountered: