@cdmx/n8n-nodes-aws-s3-custom

0.1.3 • Public • Published

n8n-nodes-aws-s3-custom

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Compatibility
Usage Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Main Differences from the Inbuilt S3 Node

  1. AWS SDK for JavaScript v3: This custom version utilizes the newly relesed AWS SDK for JavaScript version 3. AWS SDK for JavaScript v3 offers several advantages including modular architecture, improved performance, and better support for modern JavaScript features.

  2. Credential Input and Bindings: Unlike the builtin S3 node which strict on using credential store, this custom version allows for dynamiclly assigning credentials. Users can supply their AWS credentials as input parameters/bindings, allowing credentials to be retrieved dynamically from previous nodes or external secret stores. This enhances the usability and security of the integration, especially in scenarios where credentials need to be rotated frequently or sourced from external systems.

Operations Supported

  • Download File: Allows downloading a file from an AWS S3 bucket.
  • Upload File: Allows uploading a file to an AWS S3 bucket.
  • Copy File: Copies a file from one location to another within the same bucket or across different buckets.
  • Move File: Moves a file from one location to another within the same bucket or across different buckets.

Package Sidebar

Install

npm i @cdmx/n8n-nodes-aws-s3-custom

Weekly Downloads

11

Version

0.1.3

License

MIT

Unpacked Size

203 kB

Total Files

17

Last publish

Collaborators

  • cdmx