Attachment Storage Service
Introduction
Stores files involved in an integration.
API Reference Implementation Service File
Technologies used
- Node.js
- Typescript
- Redis
How it works
Provides the REST API for storing and getting files. As a backend uses Redis.
Supported content types
- application/octet-stream
- application/json
- application/xml
- text/xml
- text/plain
- text/csv
- text/tsv
Interaction with other Services
- Interacts with IAM to introspect provided IAM token.
- Flow components are able to store and get their attachments into the Attachment Storage Service via the REST API.