I am using s3 for app storage but is it possible to keep the build function stuff to local storage?
- 0
- Self Hosted
- Functions
- Sites
- Storage
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage for it
If I set this OPR_EXECUTOR_STORAGE_DEVICE=local does it work?
we recommend not using OPR_* env now and kind of deprecated them from executor depending on which version of executor is being used
any reason why you want builds to be local only?
If i deploy functions multiple times wont it add up space on the cloud?
I intended cloud to be only for the user uploads
to appwrite storage buckets
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Domain is already used. Please try again...
I recently deleted a project that had the aityping.app domain linked to it. Now, when I try to add the domain back, I am getting this error.
- [Solved] SSL Certificate Issuance keeps ...
I keep getting the following errors ``` Found conflicting CAA record(s). Expected certainly.com [12:59:41] SSL certificate issuance failed. ``` Whenever I tr...