From 2105b10ccdff58a6d1986776c37fc179249f369f Mon Sep 17 00:00:00 2001 From: Tejay Cardon Date: Tue, 8 Aug 2017 08:15:20 -0600 Subject: FIXES PLT-6648 Add support for Server Side Encryption on S3 (#6467) Help from Jason Blais on wording Update storage_settings.jsx Update en.json --- model/config_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'model/config_test.go') diff --git a/model/config_test.go b/model/config_test.go index 1a944710f..f10e2d0cd 100644 --- a/model/config_test.go +++ b/model/config_test.go @@ -24,3 +24,12 @@ func TestConfigDefaultEmailNotificationContentsType(t *testing.T) { t.Fatal("EmailSettings.EmailNotificationContentsType should default to 'full'") } } + +func TestConfigDefaultFileSettingsS3SSE(t *testing.T) { + c1 := Config{} + c1.SetDefaults() + + if *c1.FileSettings.AmazonS3SSE != false { + t.Fatal("FileSettings.AmazonS3SSE should default to false") + } +} -- cgit v1.2.3-1-g7c22