AWS-S3
AWS S3 Plugin – Storage & File Systems
Summary (SEO Meta Description):
The AWS S3 Plugin lets WeHub workflows interact directly with Amazon Simple Storage Service (S3) to store, retrieve, list, and remove objects.
It provides a reliable way to automate file management tasks across cloud environments.
Overview
The AWS S3 Plugin enables your workflows to manage files and objects inside Amazon S3 buckets.
It simplifies integration with AWS’s scalable object storage, making it easy to handle uploads, downloads, and object lifecycle operations.
Typical Use Cases:
- Store uploaded documents or media files from users
- Retrieve files for downstream processing or analytics
- List files in a bucket for inventory or auditing
- Automatically delete outdated backups or logs
Available Actions
| Action | Description | 
|---|---|
| Create | Upload or create a new object in an S3 bucket. | 
| Get | Download or retrieve an existing object from an S3 bucket. | 
| Delete | Permanently remove an object from an S3 bucket. | 
| List | List all objects in an S3 bucket or a specified folder/prefix. | 
FAQ
Q: Do I need to configure AWS credentials for each action?
A: No. Use a single Select connection configuration to securely store and reuse your AWS credentials across all actions.
Q: Can I work with large files?
A: Yes. Amazon S3 supports large object uploads and downloads; ensure your network and workflow timeouts are properly configured.
Q: How do I limit the objects returned by the List action?
A: Use prefix filters or bucket folder paths to narrow the scope of listed objects.
Keywords: WeHub AWS S3 Plugin, Amazon S3, Cloud Storage, Upload Files, Download Files, List Objects, Delete Objects, NoSQL Workflow Automation