We'd like to be able to mount an encrypted storage on Studios. Nextflow handles this via:
aws {
region = 'eu-west-1'
client {
storageEncryption = 'aws:kms'
storageKmsKeyId = '<key id>'
}
}