AWS S3 Plugin storage folders

Hi,

I am using the AWS plugin with Orthanc. (osimis\orthanc docker) and it stores images fine. but stores all the images in the bucket.root folder as dcm files Instead, I want to store images in this folder hierarchy

studyinstanceuid->seriesinstanceuid->sopinstanceuid.dcm
(folder) → (folder) → (file)

Please give directions to achieve this.

Hi, it isn’t possible to do that with the S3 plugin. You will need to create your own S3 plugin or a python plugin could also work.
Hth.
James