From f520aa1f4d18a65919c22240a4d0352022d6ca1b Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 30 May 2017 16:12:24 -0700 Subject: Support AWS Signature V2 for Mattermost for S3 storage. (#6462) Certain S3 compatible servers only use Legacy Signature (AWS Signature V2), current code only supports signature v4. This PR adds facility to click a button on the UI to enable legacy signature with S3 compatible servers. --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 6460f661b..fe47c20d8 100644 --- a/config/config.json +++ b/config/config.json @@ -124,7 +124,8 @@ "AmazonS3Bucket": "", "AmazonS3Region": "us-east-1", "AmazonS3Endpoint": "s3.amazonaws.com", - "AmazonS3SSL": true + "AmazonS3SSL": true, + "AmazonS3SignV2": false }, "EmailSettings": { "EnableSignUpWithEmail": true, -- cgit v1.2.3-1-g7c22