Currently, if a S3 bucket has a policy requiring SSE for uploads it appears storeDir and publishDir functionality may not work properly. Please add SSE support for S3 opertions. Adding an top level option to the configuration such as
aws {
client {
server-side-encryption = AES256
}
}
should suffice for most. For some a per bucket setting may be preferred if they are using a more complicated encryption key scheme. Thanks!
Currently, if a S3 bucket has a policy requiring SSE for uploads it appears
storeDirandpublishDirfunctionality may not work properly. Please add SSE support for S3 opertions. Adding an top level option to the configuration such asshould suffice for most. For some a per bucket setting may be preferred if they are using a more complicated encryption key scheme. Thanks!