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 ).
Sure
I think there may be some memory limits in place that could prevent that use case tho.
If you download 1gb it would allocate 1gb in memory
Since you are self hosting this might not be an issue
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...