support folder

This commit is contained in:
DullJZ
2025-09-23 00:05:18 +08:00
parent 8ae5b8012a
commit 5230c36ad3
2 changed files with 39 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ type ListBucketResult struct {
Prefix string `xml:"Prefix"`
Marker string `xml:"Marker"`
MaxKeys int `xml:"MaxKeys"`
Delimiter string `xml:"Delimiter,omitempty"`
IsTruncated bool `xml:"IsTruncated"`
Contents []ObjectInfo `xml:"Contents"`
CommonPrefixes []CommonPrefix `xml:"CommonPrefixes,omitempty"`