-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make this module work with minio instead of AWS #19
Comments
Hi, I do not have any experiences with minio and do not know how one can force aws-sdk to connect with custom server instead of its own. But if it was possible, I guess it should be somewhere here: orthanc-s3-storage/src/S3ops.cpp Line 57 in 8946c93
|
Oh, i got it. let me try it first. |
We have a branch that allows the use of MinIO. We implemented it about six months ago and have been testing: The changes we made include incorporating the store everything on S3 branch: https://github.com/radpointhq/orthanc-s3-storage/tree/store-everything-on-s3. Our largest instance has about 3 or 4 TB of total data stored. (We've paired the system with the PostgreSQL plugin to allow for the storage of metadata in a relational DB.) So far, the performance is pretty good, even under heavy load. Container images available here: |
Hi Robert, Thanks in advance and best regards, |
from the configuration, there's no custom endpoint, if i using minio instead of amazon S3, end point may different from one of another host.
The text was updated successfully, but these errors were encountered: