package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 22, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InitiateMultipartUploadRequest struct {
Bucket string
Key string
}
type InitiateMultipartUploadResult struct {
XMLName xml.Name `xml:"InitiateMultipartUploadResult"`
Bucket string `xml:"Bucket"`
Key string `xml:"Key"`
UploadID string `xml:"UploadId"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.