Download file from s3

Hi, I am using

to download files from s3, where can I set the path where to store the file on my local computer ?

Hi @Asaf_Shay, welcome to the community!

You’d need the Write Binary File node to store the file to your local machine (and will be able to specify a path in there). Here’s an example workflow demonstrating this:

Example Workflow

Hope this makes sense and helps!