Skip to content
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

Open
septianw opened this issue Oct 15, 2020 · 4 comments
Open

How to make this module work with minio instead of AWS #19

septianw opened this issue Oct 15, 2020 · 4 comments

Comments

@septianw
Copy link

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.

@bpycinski
Copy link
Contributor

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:

bool S3Impl::ConfigureAwsSdk(const std::string& s3_access_key, const std::string& s3_secret_key,
.

@septianw
Copy link
Author

septianw commented Nov 8, 2020

Oh, i got it. let me try it first.

@robertsoakes
Copy link

robertsoakes commented Dec 15, 2020

We have a branch that allows the use of MinIO. We implemented it about six months ago and have been testing:
https://code.oak-tree.tech/oak-tree/medical-imaging/orthanc-s3

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:
https://code.oak-tree.tech/oak-tree/medical-imaging/orthanc-s3/container_registry

@NirvanaSNM
Copy link

We have a branch that allows the use of MinIO. We implemented it about six months ago and have been testing: https://code.oak-tree.tech/oak-tree/medical-imaging/orthanc-s3

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: https://code.oak-tree.tech/oak-tree/medical-imaging/orthanc-s3/container_registry

Hi Robert,
Firts at all, thanks for your information below but Im stucked with the implementation. Im a student and my project its put an Orthanc Server in AWS with docker just like you did.
I did't have problems to deploy Orthanc and made modifications in the configuration file, my problem it's installing the S3 plugin.
I know im asking so much but could you help me somehow? Mi email is nirvana2103@hotmail.com and my cellphone is (+54) 91128898929.

Thanks in advance and best regards,
Lisandro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants