
I have Appwrite installed on docker in test mode and I try to connect to the backblaze storage, I did the settings in the .env file but it still doesn't connect.
_APP_STORAGE_DEVICE=local _APP_STORAGE_BACKBLAZE_ACCESS_KEY=-------- _APP_STORAGE_BACKBLAZE_SECRET=--------------- _APP_STORAGE_BACKBLAZE_REGION=----- _APP_STORAGE_BACKBLAZE_BUCKET=-----
This is the configuration I have, obviously in each configuration there is the respective value taken from the backblaze account
What am I doing wrong?

First off the device shouldn't be local
Recommended threads
- Explore uploaded images directly from lo...
Is there any option to explore/dwonload uploaded files to from local machine? I connected through WinScp to my vps and to files from docker volume 'appwrite_app...
- Seeding storage/table issue
Hello, I have encountered some issue with uploading an image to the bucket. Usually, image upload is done from local point, however on some tutorial that was d...
- I'm using the react-native-appwrite pack...
I'm using the react-native-appwrite package. How do I get an image from storage and display it on the screen?
