Overview

The S3 Storage App provides flows for storing and retrieving files from S3-compatible storage services (AWS S3, DigitalOcean Spaces, MinIO, etc.). This documentation covers four core library flows:

  • Get Object - Retrieve JSON files
  • Put Object - Upload JSON files
  • Get CSV - Retrieve CSV files
  • Put CSV - Upload CSV files

 

Prerequisites

Before using these library flows, you need the following credentials from your S3-compatible storage provider:

ParameterDescription
endpointYour storage endpoint (e.g., bucket-name.region.digitaloceanspaces.com)
accessKeyYour access key ID
secretKeyYour secret access key
regionYour storage region (e.g., fra1, us-east-1)

 

Was this article helpful?