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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...