
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
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- [SOLVED] how does uploading work with no...
It's been a while since i used my appwrite instance. I spun up a server 1.7.4 and downloaded the newest cli. Created a fucntion and the node-appwrite packed doe...
- getFilePreview() doesn't work with react...
const fileurl - await storage.getFilePreview(appwriteConfig.storageId, fileId, 2000, 2000, 'top', 100); console.log('Uploaded file URL: ' + fileUrl); // LOG -> ...
