My appwrite setup has Amazon S3 configured. Used to work fine - but now that the bandwidth is in the TB range, it's starting to incur a fair cost. I want to cut it down. I was thinking of moving it all to Backblaze. So, if I move the buckets with the same paths - and then remove the S3 connection, will it work.
Is there any additional changes that would require to be made? I found a similar post about moving, but it was from local to Amazon S3.
Recommended threads
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Realtime: Email Verification Not work
There are some issues with real-time updates. For email verification, updates triggered by the console will be checked, but real-time updates are not triggered ...