S3
Upload, download, list, and manage S3 files
Configuration
Download File
Operation
Download File
Access Key ID*
••••••••
Secret Access Key*
••••••••
S3 Object URL*
e.g., https://bucket-name.s3.region.amazonaws.com/path/to/file
Output
| Parameter | Type | Description |
|---|---|---|
url | string | URL of S3 object |
objects | json | List of objects (for list operation) |
deleted | boolean | Deletion status |
metadata | json | Operation metadata |
Upload File
Operation
Upload File
Access Key ID*
••••••••
Secret Access Key*
••••••••
AWS Region*
e.g., us-east-1, us-west-2
Bucket Name*
Enter S3 bucket name
Object Key/Path*
e.g., myfile.pdf or documents/report.pdf
File to Upload
Upload a file
File Reference
Reference a file from previous blocks
Text Content
Or enter text content to upload
Content Type
e.g., text/plain, application/json (auto-detected if not provided)
Access Control
Select ACL (default: private)
Output
| Parameter | Type | Description |
|---|---|---|
url | string | URL of S3 object |
objects | json | List of objects (for list operation) |
deleted | boolean | Deletion status |
metadata | json | Operation metadata |
List Objects
Operation
List Objects
Access Key ID*
••••••••
Secret Access Key*
••••••••
AWS Region*
e.g., us-east-1, us-west-2
Bucket Name*
Enter S3 bucket name
Prefix/Folder
Filter by prefix (e.g., folder/ or leave empty for all)
Max Results
Maximum number of objects to return (default: 1000)
Continuation Token
Token for pagination (from previous response)
Output
| Parameter | Type | Description |
|---|---|---|
url | string | URL of S3 object |
objects | json | List of objects (for list operation) |
deleted | boolean | Deletion status |
metadata | json | Operation metadata |
Delete Object
Operation
Delete Object
Access Key ID*
••••••••
Secret Access Key*
••••••••
AWS Region*
e.g., us-east-1, us-west-2
Bucket Name*
Enter S3 bucket name
Object Key/Path*
e.g., myfile.pdf or documents/report.pdf
Output
| Parameter | Type | Description |
|---|---|---|
url | string | URL of S3 object |
objects | json | List of objects (for list operation) |
deleted | boolean | Deletion status |
metadata | json | Operation metadata |
Copy Object
Operation
Copy Object
Access Key ID*
••••••••
Secret Access Key*
••••••••
AWS Region*
e.g., us-east-1, us-west-2
Source Bucket*
Source bucket name
Source Object Key*
e.g., oldfile.pdf or folder/file.pdf
Destination Bucket*
Destination bucket name (can be same as source)
Destination Object Key*
e.g., newfile.pdf or backup/file.pdf
Access Control
Select ACL for copied object (default: private)
Output
| Parameter | Type | Description |
|---|---|---|
url | string | URL of S3 object |
objects | json | List of objects (for list operation) |
deleted | boolean | Deletion status |
metadata | json | Operation metadata |
Usage Instructions
Integrate S3 into the workflow. Upload files, download objects, list bucket contents, delete objects, and copy objects between buckets. Requires AWS access key and secret access key.
Notes
- Category:
tools - Type:
s3