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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...