Skip to main content

Get

AWS S3 Plugin – Get Action

Summary (SEO Meta Description):
The Get Action of the AWS S3 Plugin retrieves an existing object from an Amazon S3 bucket.
It allows workflows to download or access stored files and data securely.


Overview

The Get Action enables your workflow to fetch an object from a specified Amazon S3 bucket.
Use it when you need to download files, process stored data, or pass content to downstream workflow steps.

Typical Use Cases:

  • Download user-uploaded documents or images
  • Retrieve application logs for analysis
  • Access backup files for restoration
  • Fetch media files for processing or content delivery

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select connectionChoose or create a secure AWS S3 connectionConnection
Resource TypeSelect the S3 bucket containing the object to retrieveDropdown

FAQ

Q: Can I download large files?
A: Yes. Amazon S3 supports large objects. Ensure your workflow timeout is properly configured for large downloads.

Q: Is the downloaded object temporary?
A: The file remains in S3; this action only retrieves a copy for processing in the workflow.

Q: Can I retrieve specific object versions?
A: Yes, if versioning is enabled on the bucket, specify the version ID in your configuration.


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