Hi.
We have one S3 account and many organizations with their local orthanc instance. We would like to have different bucket for each organization, it allows us to know the used traffic of each organization.
I have 3 options:
- in organization’s local orthanc store dicom files in it’s own bucket. And users visit our website and get the dicom images from their organization’s local orthanc. But some organizations have network issues and sometimes users can’t get the images. Can we run clould orthanc that will get the images from the specified bucket? without the internal index? I guess re-indexing every time is slow.
- from organization’s local orthanc send dicom files to cloud orthanc and store them on different buckets based on institution_name, so the cloud orthanc will get dicom indexes. Is it possible?
- create cloud orthanc for each organization, but we wil have to create a lot of cloud orthanc instances