Upload huge files directly to AWS S3

Hi,
I’ve been trying for some time to look for a way to let my users upload files directly to S3 bucket.
The files are supposed to be huge - folders with lots of images (50GB on avg).

Does anyone have a suggestion/solution?
Thanks in advance!

Anyone have an idea?

Hello. There are many other posts in the forum about this. If you search you will see what some other users have done.

For very large files, once you are connected with S3 you will need to break them up, but I would suggest focusing on the connection and successful upload first then you can work on what to do with larger files. It will be easier to test with smaller as you are beginning.

Here’s one forum post about it and I saw others when I searched using the search bar on the forum pages