Amazon S3
Amazon S3 is a scalable and secure cloud storage service designed for storing and retrieving large volumes of data with high availability and durability. It supports flexible data management, backup, and file sharing across applications.
Amazon S3 has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web.
The SDK.finance platform is integrated with Amazon S3 to provide reliable and secure file storage for various system needs, including storing user documents, reports, and system-generated files.
To start using the integration, PaaS Client should provide its credentials to set-up the configuration file.
Source code clients are able to configure the settings by their own team.
Configuration Example:
amazon: aws: accessKeyId: 'YOUR_ACCESS_KEY_ID' secretKey: 'YOUR_SECRET_ACCESS_KEY' region: 'YOUR_REGION' s3: endpoint-url: "https://s3.amazonaws.com" bucket: 'sample-sdk-finance-test' folder: root: 'tests'