S3
Upload or retrieve files from AWS S3. S3 node in ActionFlows. Inputs, outputs, and how to use it.
S3
Overview
Upload or retrieve files from AWS S3.
Requirements
Credential Required
This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.
Inputs
Standard Inputs
Access Controlselect · optional
The access control level for the uploaded file
- Required
- No
- Multiple
- No
- Default
private- Options
- privatepublic-readpublic-read-writeauthenticated-read
Bucket Nametext · required
The name of the AWS S3 bucket
- Required
- Yes
- Multiple
- No
Content Typetext · optional
The MIME type of the file (e.g., text/plain, image/jpeg)
- Required
- No
- Multiple
- No
File Datafile · optional
The file data to upload (required for upload operations)
- Required
- No
- Multiple
- No
File Pathtext · required
The path to the file within the S3 bucket
- Required
- Yes
- Multiple
- No
Operationselect · optional
The operation to perform: upload, download, delete, or list files
- Required
- No
- Multiple
- No
- Default
upload- Options
- uploaddownloaddeletelist
Regiontext · optional
The AWS region where the S3 bucket is located
- Required
- No
- Multiple
- No
Outputs
ETagtext
ETag of the file (for versioning and caching)
File Sizenumber
Size of the file in bytes
File URLtext
URL of the file in S3
Last Modifiedtext
Last modified timestamp of the file
Successboolean
Success state of the S3 operation