Skip to main content
Connect Alumio to an Amazon S3 bucket and use it like a filesystem: read files from it and write files to it. Use this whenever a task needs to pick up files from, or drop files into, S3 storage, for example product images, exports, or incoming data feeds. The same connection also works with S3-compatible storage such as DigitalOcean Spaces by setting a custom endpoint.

Fields

General

Advanced

Sample data

A connection to a bucket named acme-exports, scoped to the orders folder, in the eu-west-1 region.
FieldValue
Access keyyour-access-key
Secret access keyyour-secret-key
AWS Regioneu-west-1
Bucketacme-exports
Path prefixorders
With this configuration, a task that writes 2026-06-10.csv stores the file at orders/2026-06-10.csv inside the acme-exports bucket.