Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliOSSUploader ¶
type AliOSSUploader struct {
// contains filtered or unexported fields
}
type AzureUploader ¶
type AzureUploader struct {
// contains filtered or unexported fields
}
type CustomRetryer ¶ added in v1.8.1
type CustomRetryer struct {
client.DefaultRetryer
}
CustomRetryer wraps the SDK's built in DefaultRetryer adding additional custom features. Namely, to always retry.
func (CustomRetryer) ShouldRetry ¶ added in v1.8.1
func (r CustomRetryer) ShouldRetry(_ *request.Request) bool
ShouldRetry overrides the SDK's built in DefaultRetryer because the PUTs for segments/playlists are always idempotent
type GCPUploader ¶
type GCPUploader struct {
// contains filtered or unexported fields
}
type S3Uploader ¶
type S3Uploader struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.