From 9b691cdf3c8dc3be7aaeb9812c28fd08d4309937 Mon Sep 17 00:00:00 2001 From: Mike Splain Date: Fri, 22 Jun 2018 14:53:33 -0400 Subject: [PATCH] Switch bucket encryption policy warning to debug --- util/pkg/vfs/s3context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pkg/vfs/s3context.go b/util/pkg/vfs/s3context.go index 265b9e59e3933..633c94f7aa097 100644 --- a/util/pkg/vfs/s3context.go +++ b/util/pkg/vfs/s3context.go @@ -207,7 +207,7 @@ func (s *S3Context) checkDefaultEncryption(region string, bucket string) bool { // the following cases might lead to the operation failing: // 1. A deny policy on s3:GetEncryptionConfiguration // 2. No default encryption policy set - glog.Warningf("Unable to read bucket encryption policy: will encrypt using AES256") + glog.V(8).Infof("Unable to read bucket encryption policy: will encrypt using AES256") return false }