☁️ AWS S3
Upload, download, list, copy, and delete objects in Amazon S3 buckets.
Overview
Manage files in Amazon S3 buckets from your workflows. Upload, download, list, copy, and delete objects, plus create and delete folders.
Operations
- List Buckets — list all S3 buckets in your account
- List Files — list objects in a bucket with optional prefix filter
- Upload — upload a file to a bucket with a specified key
- Download — download a file from a bucket by key
- Copy — copy an object between buckets or keys
- Delete — delete an object by key
- Create Folder — create a folder (prefix) in a bucket
- Delete Folder — delete a folder and its contents
Configuration
- Credential — select an AWS S3 credential
- Bucket — S3 bucket name
- Key — object key (file path within the bucket)
- Region Override — optional region override (defaults to credential region)
- Output Variable — name for storing results