Node Inputs

  • stored_file_name: The name of the file (object key) that will be stored in an S3 bucket. Include the file extension if necessary.
  • s3_bucket: The name of the S3 bucket where the file will be stored.
  • overwrite: If a file with the same key exists in the S3 bucket, this option allows it to be overwritten. By default, existing files will not be overwritten.
  • file_url: The URL of the file to be uploaded to S3.

Node Output

  • s3_file_uri: The S3 URI of the uploaded file.

Node Functionality

When To Use

Use the “Store in S3” node when you need to upload files to an Amazon S3 bucket from a URL. This node is perfect for automating the storage of regularly updated files, backups, or when you’re working with dynamic data that needs to be moved to the cloud for further processing or safekeeping.

The node’s ability to overwrite existing files or to keep unique versions makes it adaptable for both static and dynamic file management scenarios. If you’re operating in a context where documents, images, or other types of files are frequently updated or changed, “Store in S3” provides a straightforward solution to ensure these files are securely stored in your chosen S3 bucket.

This node is designed to be easily used without technical expertise in cloud storage systems, offering a user-friendly way to manage your files on AWS S3. Whether you’re storing website assets, user content, or backups, “Store in S3” streamlines the process, allowing you to focus on what matters most in your project or workflow.