Skip to main content

Create

AWS S3 Plugin – Create Action

Summary (SEO Meta Description):
The Create Action of the AWS S3 Plugin uploads or creates a new object in an Amazon S3 bucket.
It enables workflows to store files, documents, or any binary data securely in the cloud.


Overview

The Create Action allows your workflow to upload a file or create an object in a specified Amazon S3 bucket.
It is ideal for storing application assets, logs, backups, or user-generated content in a scalable cloud storage environment.

Typical Use Cases:

  • Upload user profile images or documents
  • Save application logs or analytics data to S3 for long-term storage
  • Store backups or database exports
  • Upload media files for content delivery networks (CDNs)

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select connectionChoose or create a secure AWS S3 connectionConnection
Resource TypeSelect the S3 bucket where the new object will be createdDropdown

FAQ

Q: Can I upload large files?
A: Yes. Amazon S3 supports multipart uploads for large files; ensure your workflow timeout is configured appropriately.

Q: Is the object publicly accessible after creation?
A: No. By default, objects are private. Adjust bucket policies or object ACLs if you need public access.

Q: Can I overwrite an existing object with the same key?
A: Yes. Uploading a new object with the same key will replace the existing object.


Keywords: WeHub AWS S3 Plugin, Create Action, Upload File, Amazon S3 Bucket, Cloud Storage, NoSQL Workflow Automation