This n8n workflow automates the process of uploading an image to an AWS S3 bucket, triggered manually by the user. It provides a straightforward way to upload and verify images via S3 storage. The workflow begins with a manual trigger allowing user initiation, then makes an HTTP request to fetch an image file (in this case, the n8n logo). The retrieved image is uploaded to an S3 bucket named ‘n8n’. After the upload, the workflow retrieves all files from the same S3 bucket to verify the upload and ensure the file is stored correctly. This setup is useful for scenarios where manual image uploads are needed for storage or backup purposes, such as managing media files for WordPress or other CMS platforms.
Automated Image Upload to AWS S3 with Manual Trigger
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | httpRequest, manualTrigger, s3 |
Reviews
There are no reviews yet.