S3

AWS integration · 5 node(s) including 1 trigger.

00Overview

Simple Storage Service operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting S3

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

FieldTypeDetails
AWS Access Keysecret
AWS Secret Keysecret
i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Delete

AWS S3 Delete

aws/s3/delete · Action

Delete an object from an AWS S3 bucket

FieldTypeDetails
AWS Access Keysecret
AWS Secret Keysecret
Filenamesecret
Bucketstring

Returns: tool_result, bucket, filename, result

03Get

AWS S3 Get Object

aws/s3/get · Action

Download an object from an AWS S3 bucket

FieldTypeDetails
AWS Access Keysecret
AWS Secret Keysecret
Filenamesecret
Bucketstring

Returns: tool_result, body, bucket, filename, content_type

04List

AWS S3 List Buckets

aws/s3/list · Action

List objects in an AWS S3 bucket with optional prefix filter

FieldTypeDetails
AWS Access Keysecret
AWS Secret Keysecret
AWS Regionsecret

Returns: tool_result, buckets, result

05Put

AWS S3 Put

aws/s3/put · Action

Upload an object to an AWS S3 bucket

FieldTypeDetails
AWS Access KeysecretRequired
AWS Secret KeysecretRequired
FilenamesecretRequired
BucketstringRequired
ContentsstringRequired

Returns: tool_result, bucket, filename, result

06Triggers

S3 Trigger

trigger/s3 · Trigger

Triggers a flow when objects are created or deleted in an S3 bucket

FieldTypeDetails
Bucket NamestringRequiredmy-bucket
Key PrefixstringOptional key prefix filter
AWS Access KeysecretRequiredAKIA...
AWS Secret KeysecretRequiredSecret key for authentication
Poll Intervalstringe.g. 60s, 5m
Event Typesstringchoices: Put, Delete, Put & Delete

Returns: bucket, key, size, last_modified, etag, event_type

07Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.