Minio is an open source s3 compatible storage please how can we use it to replace s3
trying to use it but am getting the error
[Error] Timestamp: 2024-09-24T14:17:39+00:00
[Error] Method: POST
[Error] URL: /v1/storage/buckets/:bucketId/files
[Error] Type: Exception
[Error] Message: SSL: no alternative certificate subject name matches target hostname 'mistore.routechnology.org.s3.us-east-1.amazonaws.com'
[Error] File: /usr/src/code/vendor/utopia-php/storage/src/Storage/Device/S3.php
[Error] Line: 919
what needs to be done is just allow mistore.routechnology.org instead of mistore.routechnology.org.s3.us-east-1.amazonaws.com
I believe everything else should work just like s3
afaik, adding a different s3 requires an adapter. Request one on GitHub or see how one is implemented here - https://github.com/utopia-php/storage/tree/main/src/Storage/Device
there is already a PR but yet to be merged
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...