catalog

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

type PresignedUploadPartItems

type PresignedUploadPartItems struct {
	Url        string    `json:"url,omitempty"`
	PartNumber int       `json:"partNumber,omitempty"`
	ExpiresAt  time.Time `json:"expiresAt,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL