From cadb2796cadc81aadfc169e34fdd947dda808941 Mon Sep 17 00:00:00 2001 From: jojoliang Date: Mon, 21 Jun 2021 20:27:56 +0800 Subject: [PATCH] update bucket get --- bucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket.go b/bucket.go index 0a7de34..f00072e 100644 --- a/bucket.go +++ b/bucket.go @@ -21,7 +21,7 @@ type BucketGetResult struct { IsTruncated bool Contents []Object `xml:"Contents,omitempty"` CommonPrefixes []string `xml:"CommonPrefixes>Prefix,omitempty"` - EncodingType string `xml:"Encoding-Type,omitempty"` + EncodingType string `xml:"EncodingType,omitempty"` } // BucketGetOptions is the option of GetBucket