Upload a local file to an s3Bucket via a form
-
I thought I might ask this here:
OK, I thought this would be very simple. But - it is elusive.
I want a simple form to select a local file and upload it to an s3 bucket.
I have the bucket setup - but I cannot figure out how to connect it to the local file path.
When you use the form for selecting a file, it seems to upload it to the n8n instance. Not what I want, but even then how would I use that to send to s3. (This is a bad intermediate step anyway. Is the file a temp? or do I have to delete it from the n8n instance? )What I really want is a simple upload directly to s3. (the file selector in the form is perfect, but I want it to go directly to s3.)
Is this possible? Is there a sample template?
I want to do the same with Google drive BTW.
Please help, Thanks -
Solved here: https://community.n8n.io/t/upload-a-local-file-to-an-s3bucket-via-a-form/96480/13
gDrive example