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?
TL;DR
The user is having trouble connecting the storage with Backblaze in Appwrite installed on Docker in test mode. They have updated the settings in the .env file, but it still doesn't connect. They provided the correct configuration values from their Backblaze account. The user is requesting help to identify what they might be doing wrong.