From 09f8267751c71bdb6d8ba2757a1e4ffe62ccf5c3 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 5 Sep 2017 15:24:21 -0400 Subject: PLT-7517 Added setting to enable tracing of Amazon S3 connections (#7349) * PLT-7517 Added setting to enable tracing of Amazon S3 connections * Removed unnecessary placeholders on boolean settings * Added AmazonS3Trace to diagnostics * Updated AmazonS3Trace setting name in system console * Removing extra colon --- config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.json b/config/default.json index 59bcf8bc6..50bf7b32b 100644 --- a/config/default.json +++ b/config/default.json @@ -131,7 +131,8 @@ "AmazonS3Endpoint": "s3.amazonaws.com", "AmazonS3SSL": true, "AmazonS3SignV2": false, - "AmazonS3SSE": false + "AmazonS3SSE": false, + "AmazonS3Trace": false }, "EmailSettings": { "EnableSignUpWithEmail": true, -- cgit v1.2.3-1-g7c22