Store: Amazon S3 Download
Download an object from the configured Amazon S3 bucket. S3-compatible providers (Backblaze B2, Scaleway Object Storage, MinIO, ...) are supported through the same node.
Pre-requisite: Install an Amazon S3 (or S3-Compatible Storage)
application in Profile > {Organization} > Applications (bucket, region,
credentials).
Parameters
S3 bucketrequired
Configured Amazon S3 or S3-Compatible Storage application.
Remote file pathrequired
Key of the object to fetch from the bucket (e.g.
path/to/my_file.xlsx or exports/report_{day}.csv).
Date/time and UUID placeholders are expanded at runtime: {year},
{month}, {day}, {hour}, {minute}, {second}, {timestamp},
{timestamp_ns}, {weekday}, {week}, {ordinal}, {offset},
{random_uuid}.
Input
Triggerrequired
Triggers the download when fired.
Output
File
The downloaded file.
Filename
The base name of the downloaded file (without the directory).