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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...