Hi Everyone,
I am facing some trouble while storing my uploaded dicom data on orthanc to my local s3 bucket.
So far this is what I’ve done :
- I have connected two orthanc servers peering them together by adding each other in the config file, now, One is present locally and the other one is configured on cloud using docker and nginx configuration.
- Now, in docker configuration file i.e. docker-compose.yml file , I’ve mentioned my access credentials of my s3 bucket and I can even ping it from my cloud, and I’ve also changed the db of my orthanc,
- Along with that I’ve added a lua script in my cloud orthanc , which when encounters any new study in it’s explorer than it stores some meta data in the configured db and as per the normal expected behaviour of my configuration , should store the images on my s3 bucket.
Ques. As per the normal docker-orthanc setup, the images should get saved on the local container , but I’ve changed the storage path to my s3, I’ve already checked my bucket settings and given all access to my aws ID ( alongwith complete access to s3), now the images are unexpectedly not getting saved in my s3 bucket.
There is no entry in my s3 while it is still getting saved on cloud docker container locally.
If anyone is familiar with this issue, than please help me out.
Thanks in advance.
I can share both the configuration files if needed.
Himanshu.