Skip to content

Add SSE support for S3 operations #128

@jbyars

Description

@jbyars

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions