Upload a whole folder and its content into S3 AWS

Hi,

Is there a way to upload an entire folder and all its content into Amazon AWS S3?
I have dynamic generator folders containing images and want to upload directly into AWS S3.
I create everything on my server using Wappler’s awesome image processing, but what I want to then do is batch upload everything keeping the same file same/structure into S3.

Cyberduck for Mac or Windows FTP utility can be used for an initial upload of content to AWS S3.

Sorry I meant from a Server Action. is the only option to repeat the S3 ‘Put File’.
I have the following, but only 1 file out of the many that the query produces get uploaded

Can you show the settings of the PutFile step?

It gives no errors and uploads correctly, but only uploads 1 out of the many files. So I am wondering if the repeat is in the wrong location?

I was wondering if the key always used the same value so it kept overwriting the same file.

It looks like you are bound to the query rather than the value in the repeat so it always uses the [0]

1 Like

Opps got it to work. I was selecting from the wrong data picker, should have selected the Repeat qr_media :slight_smile:

You are correct ben. I mistakenly didn’t pick from the repeat.

1 Like