Felipe AmaralOriginal post
Rank 2: Process
I have this AWS Bucket with mp4 video files and want to donwload it from my App, but i down want to access S3 Bucket directly. I want to use an Appwrite Function to controll it.
Is it possible to use a function as a proxy/gateway/controller to download videos from an AWS S3 Bucket? The video files are large ( < 1GB ).
Summary
Developers are discussing using an Appwrite Function as a proxy to download large video files (<1GB) from an AWS S3 Bucket without directly accessing it. There may be memory allocation concerns to consider when downloading large files.