This n8n workflow automates the process of downloading all files from a specified folder in an Amazon S3 bucket, consolidating them into a single archive, and preparing the ZIP file for download or further processing. Triggered manually, it is useful for efficiently exporting large collections of files stored in S3, especially when needing to batch download or archive files regularly. The workflow begins with a manual trigger, then lists all files in the designated folder within the S3 bucket. It sequentially downloads each file, aggregating all binaries into one item. Finally, it compresses all gathered files into a ZIP archive, making it easy to download or transfer multiple files at once.
Automated S3 Folder Download and Compression Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | aggregate, awsS3, compression, manualTrigger, stickyNote |
Reviews
There are no reviews yet.