I would like to zip a large amount of files (several gigabytes) from a bucket and place that zip into another bucket via functions. How can i do this without using a lot of server memory?
Zip Gigabytes of files with functions
This would be very tricky In the cloud it will probably won't work due to storage size limitation In self-hosted is possible.
It's not possible to create and write the zip on the go directly to the bucket.
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...