Skip to content

Commit

Permalink
Switch bucket encryption policy warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Jun 22, 2018
1 parent 3489ea3 commit 9b691cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/pkg/vfs/s3context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9b691cd

Please sign in to comment.