Hello - running Orthanc in container with S3 for storage. When importing studies via the Python script, realized that local storage is being used instead of S3. Is that intentional?
Thanks
Hello - running Orthanc in container with S3 for storage. When importing studies via the Python script, realized that local storage is being used instead of S3. Is that intentional?
Thanks
Hi,
What do you think about it ?
Why would we do that ?
How would we achieve that ?
Why don’t you first check your configurations and logs to make sure the S3 plugin is enabled.
thanks.
S3 plugin is enabled and S3 storage also grew at the same time.
python import script successfully imported 919 instances.
local storage grew from 16 GB used to 31 GB used
S3 storage grew from 3.4 GB to 5.1 GB
using rclone to mirror a remote repo so just realized the local storage is growing because a copy is being made of the remote and then the copy is being imported
thanks again