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
ParameterTypeDescription
urlstringURL of S3 object
objectsjsonList of objects (for list operation)
deletedbooleanDeletion status
metadatajsonOperation 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
ParameterTypeDescription
urlstringURL of S3 object
objectsjsonList of objects (for list operation)
deletedbooleanDeletion status
metadatajsonOperation 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
ParameterTypeDescription
urlstringURL of S3 object
objectsjsonList of objects (for list operation)
deletedbooleanDeletion status
metadatajsonOperation 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
ParameterTypeDescription
urlstringURL of S3 object
objectsjsonList of objects (for list operation)
deletedbooleanDeletion status
metadatajsonOperation 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
ParameterTypeDescription
urlstringURL of S3 object
objectsjsonList of objects (for list operation)
deletedbooleanDeletion status
metadatajsonOperation 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