Is Appwrite compatible with any S3 object storage service or only with the one supported in the .env file ? Because I try to use another service by putting the host in the app_storage_device environment variable (like this _APP_STORAGE_DEVICE=https://xxxx.xxxxxx.com) But it doesn't seem to take that in consideration what am I missing here ? Thanks in advance for the help and congratulation for the good job.
I think that as of now Appwrite supports AWS only and not any other compatible S3 services
Hi 👋 https://appwrite.io/docs/environment-variables#storage - yup these are all supported BUT we do have this in mind to implement generic S3 support, so keep an eye out!
Related issue: https://github.com/utopia-php/storage/issues/28 - you can upvote this!
@Arkany I'm assuming this is resolved and can be closed out? 🙂
Yes, sure. Sorry for the late reply
[SOLVED] What S3 storage service does Appwrite support ?
Recommended threads
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- Storage images using custom domain retur...
Some of the images uploaded to my storage bucket returns this error: ``` { "message": "Project with the requested ID could not be found. Please check the value...
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...