Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) ComputeAWSObjectKey ¶ added in v0.31.8
func (Client) UploadFile ¶ added in v0.6.0
type PrefixFetcher ¶ added in v0.31.14
type PrefixFetcher struct {
// contains filtered or unexported fields
}
func NewPrefixFetcher ¶ added in v0.31.14
func NewPrefixFetcher(fetcher S3PrefixFetcher, productSlug string) PrefixFetcher
func (*PrefixFetcher) GetPrefix ¶ added in v0.31.14
func (pf *PrefixFetcher) GetPrefix() (string, error)
type S3PrefixFetcher ¶ added in v0.31.14
Click to show internal directories.
Click to hide internal directories.