When creating a client I want quiltcore-java to use any nextflow config settings So it works with my Security Policy > We have this added in nextflow config (in seqera): ```groovy aws { client { storageEncryption = 'AES256' }} ```
When creating a client
I want quiltcore-java to use any nextflow config settings
So it works with my Security Policy
aws { client { storageEncryption = 'AES256' }}