in s3plugin/s3plugin.go [272:275]
func ShouldEnableEncryption(encryption string) bool { isOff := strings.EqualFold(encryption, "off") return !isOff }