mirror of
https://github.com/ferdzo/fs.git
synced 2026-04-05 08:46:24 +00:00
HOTFIX: Copy object and encoding fixed
This commit is contained in:
@@ -158,6 +158,13 @@ type CompleteMultipartUploadResult struct {
|
||||
Location string `xml:"Location,omitempty"`
|
||||
}
|
||||
|
||||
type CopyObjectResult struct {
|
||||
XMLName xml.Name `xml:"CopyObjectResult"`
|
||||
Xmlns string `xml:"xmlns,attr,omitempty"`
|
||||
LastModified string `xml:"LastModified"`
|
||||
ETag string `xml:"ETag"`
|
||||
}
|
||||
|
||||
type ListPartsResult struct {
|
||||
XMLName xml.Name `xml:"ListPartsResult"`
|
||||
Xmlns string `xml:"xmlns,attr"`
|
||||
|
||||
Reference in New Issue
Block a user