fix ListAllMyBucketsResult xmlns

fix https://github.com/seaweedfs/seaweedfs/issues/6676
This commit is contained in:
chrislu
2025-08-14 20:37:32 -07:00
parent 80db6f4d79
commit fdfa089754
2 changed files with 45 additions and 0 deletions

View File

@@ -1074,6 +1074,7 @@ type ListAllMyBucketsResponse struct {
}
type ListAllMyBucketsResult struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ ListAllMyBucketsResult"`
Owner CanonicalUser `xml:"Owner"`
Buckets ListAllMyBucketsList `xml:"Buckets"`
}