Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added SSE support #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jvanmalder
Copy link

I've added support for server-side encryption (SSE). One can specify a SSE algorithm in the alfresco-global.properties by adding the property "aws.s3.sse" with the value either being nothing for no SSE (default), "AES256" for "Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3, AES-256)" or "aws:kms" for "Server-Side Encryption with AWS KMS-Managed Keys (SSE-KMS)".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant