diff --git a/api/handler/response.go b/api/handler/response.go index 42f2e556..b57a7a04 100644 --- a/api/handler/response.go +++ b/api/handler/response.go @@ -33,7 +33,7 @@ type ListObjectsV2Response struct { KeyCount int MaxKeys int - Delimiter string + Delimiter string `xml:"Delimiter,omitempty"` // A flag that indicates whether or not ListObjects returned all of the results // that satisfied the search criteria. IsTruncated bool @@ -75,7 +75,7 @@ type ListObjectsResponse struct { NextMarker string `xml:"NextMarker,omitempty"` MaxKeys int - Delimiter string + Delimiter string `xml:"Delimiter,omitempty"` // A flag that indicates whether or not ListObjects returned all of the results // that satisfied the search criteria. IsTruncated bool