diff --git a/s3response/s3response.go b/s3response/s3response.go index be0c944..09f8908 100644 --- a/s3response/s3response.go +++ b/s3response/s3response.go @@ -172,7 +172,7 @@ type ListObjectsV2Result struct { Name *string Prefix *string StartAfter *string - ContinuationToken *string + ContinuationToken *string `xml:"ContinuationToken,omitempty"` NextContinuationToken *string KeyCount *int32 MaxKeys *int32