Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxParts = 10_000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultipartUpload ¶
type MultipartUpload struct {
Upload *s3.CreateMultipartUploadOutput
Parts []types.CompletedPart
Buffer []byte
TotalDataSent int
}
Click to show internal directories.
Click to hide internal directories.