mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 19:56:27 +00:00
mount-s3 has strict XML parsing which doesn't like receiving this tag empty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user