From 7b4f11b1245e461d9014d1ae57e650463feab277 Mon Sep 17 00:00:00 2001 From: jiuker <2818723467@qq.com> Date: Wed, 29 May 2024 16:59:35 +0800 Subject: [PATCH] nolint --- post-policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-policy.go b/post-policy.go index 4cc9e24d5..f6dbbf7f6 100644 --- a/post-policy.go +++ b/post-policy.go @@ -161,7 +161,7 @@ func (p *PostPolicy) SetTagging(tagging string) error { } _, err := tags.ParseObjectXML(strings.NewReader(tagging)) if err != nil { - return errors.New("The XML you provided was not well-formed or did not validate against our published schema.") + return errors.New("The XML you provided was not well-formed or did not validate against our published schema.") //nolint } policyCond := policyCondition{ matchType: "eq",