Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateContentUploadUrlRequest ¶
type CreateContentUploadUrlRequest struct {
// Provides the number of parts the file will be split into. An equal number of presigned upload urls are generated in response to facilitate each part's upload.
NumberOfUploadParts int `json:"numberOfUploadParts,omitempty"`
}
type CreateContentUploadUrlResponse ¶
type CreateContentUploadUrlResponse struct {
// Unique identifier for collection of generated urls.
UrlId string `json:"urlId,omitempty"`
// Ordered list of presigned upload parts to perform a partitioned (multipart) file upload
PreSignedUploadParts []*PresignedUploadPartItems `json:"preSignedUploadParts,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.