
Hello everyone. I have a problem with S3 in my Appwrite instance. I am using an Oracle bucket, but Appwrite doesn't work with Oracle. Due to the endpoint URL not being the same.
It is possible use s3 of oracle?
Error log
[Error] Timestamp: 2023-06-07T13:24:17+00:00 [Error] Method: POST [Error] URL: /v1/storage/buckets/:bucketId/files [Error] Type: Exception [Error] Message: Could not resolve host: bucket-XXX-server.s3.sa-saopaulo-1.amazonaws.com [Error] File: /usr/src/code/vendor/utopia-php/storage/src/Storage/Device/S3.php [Error] Line: 803


Yes

I don't think Appwrite support that bucket type, the list - for now - its
- S3 AWS only
- DigtialOcean Spaces
- Backblaze
- Linode
- Wasabi

You can upvote that feature request https://github.com/utopia-php/storage/issues/28

Could we set an environment variable named _APP_STORAGE_S3_ENDPOINT

Not currently

If you want to go deep, Then in this post - https://discord.com/channels/564160730845151244/1115191629733703730/1115191629733703730 you can read on how to change currently running Appwrite image.
Then you can try to change the S3 implementation to match your needs

Thanks
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...
- Migrate Appwrite
I have appwrite setup in Coolify, where my dev and production both are running on coolify due to upgrade issues and multiple issues when deployed with coolify. ...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
