-
Notifications
You must be signed in to change notification settings - Fork 139
Attachment plugin #1797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attachment plugin #1797
Conversation
|
@BraunMatthias Could you give a review? |
agoerler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although we could also mention SDM: https://github.com/cap-java/sdm
|
|
||
|
|
||
| The Attachments plugin provides out-of-the-box handling of attachments stored in, for example, AWS S/3 through [SAP BTP's Object Store service](https://discovery-center.cloud.sap/serviceCatalog/object-store). To use it, simply add a composition of the predefined aspect `Attachments` like so: | ||
| The Attachments plugin provides out-of-the-box support for attachment handling. On Node.js, attachments are stored on AWS S/3 through [SAP BTP's Object Store service](https://discovery-center.cloud.sap/serviceCatalog/object-store), whereas Java stores attachments on the SAP HANA database. To use it, simply add a composition of the predefined aspect `Attachments` like so: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might also mention that in CAP Java also SDM can be used to store attachements: https://github.com/cap-java/sdm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SDM is a seperate section right under Attachments on the plugin page, as for node those are two seperate plugins
The two plugins for node and java have some major differences.
In node the Object Store is used, while java stores attachments on HANA db.
This has knock-on effects on topics like mtx, encryption etc.