cap-java / cds-feature-attachments

Support for attachments
Apache License 2.0
1 stars 1 forks source link

Feature Request: support for Object Store #163

Open jasper07 opened 6 months ago

jasper07 commented 6 months ago

@cap-js Attachments Plugin provides much the same features, it has a nice simple implementation of cds.servicce using BTP Object Store with the @aws-sdk/client-s3', i am guessing an applicable Java S3Client is on the roadmap for this solution, if so when is it likely to drop, if not why not?

BraunMatthias commented 3 months ago

For single tenant applications we might add ObjectStore support. For multi tenant applications we decided not to integrate with ObjectStore as we had to implement a bunch of higher-level service capabilities which are not available for ObjectStore (tenant isolation, custom managed keys, encryption etc.). Currently, an integration with BTP Document Service is prepared which brings all of the MT-related capabilities.