diff options
author | Paul Beattie <paul@paul-beattie.com> | 2015-09-10 16:57:43 +0100 |
---|---|---|
committer | Paul Beattie <paul@paul-beattie.com> | 2015-09-25 17:06:31 +0100 |
commit | 253d2320ab3d3473509d6abe4a62be90428f20c4 (patch) | |
tree | 4d30261c81ddb3e93f70b12101701735ed033844 /CHANGELOG | |
parent | b623391720e2687ca88c6bf1166ee571d85807fa (diff) | |
download | gitlab-ce-253d2320ab3d3473509d6abe4a62be90428f20c4.tar.gz |
Add support for AWS S3 Server-Side Encryption support
This adds support for AWS S3 SSE with S3 managed keys, this means the
data is encrypted at rest and the encryption is handled transparently to
the end user as well as in the AWS Console. This is optional and not
required to make S3 uploads work.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 8ff61cd6e9f..4172d10c8f2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,7 @@ v 8.0.2 (unreleased) - Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu) - Fix Reply by email for non-UTF-8 messages. - Add option to use StartTLS with Reply by email IMAP server. + - Allow AWS S3 Server-Side Encryption with Amazon S3-Managed Keys for backups (Paul Beattie) v 8.0.1 - Remove git refs used internally by GitLab from network graph (Stan Hu) |