Hey there, Im currently using the default storage feature of appwrite and already have some storage buckets and data stored. I now would like to make the switch to Digital Oceans S3 compatible Spaces Service because im already using appwrite with a Do Droplet and want to have more storage space available.
I read that this should be quite forward via the _APP_STORAGE_DEVICE Environment variable. From my understanding, following the changes of the Environment variables, every new Bucket will automatically be stored on the Digital Ocean Space.
My Question is, how will i go about accessing the existing data. Is it possible to just continue accessing and using the existing buckets and the data within them (on the droplet itself) or would i need to recreate them and somehow download (before the switch) and reupload the data. If so, can i give them the same id as the old buckets, so my app can access those buckets without needing to push an update?
Thanks in advance.
(Im using Appwrite Version 1.5.1)
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...