Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3Handler ¶
type S3Handler struct {
// contains filtered or unexported fields
}
S3Handler handles downloading files from S3
type S3Location ¶
S3Location represents a parsed S3 URL
func ParseS3URL ¶
func ParseS3URL(s3URL string) (*S3Location, error)
ParseS3URL parses an S3 URL into bucket and key
Click to show internal directories.
Click to hide internal directories.