Documentation ¶
Index ¶
Constants ¶
View Source
const UNTAR_DIRECTORY = "untarred-repos"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DecryptedObject ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader( awsAccessKey, awsSecretKey, awsRegion, bucket, glURL, glUsername, glToken, metricsPort, privateKey, shard, workdir string, runOnce bool) (*Downloader, error)
type EncryptedObject ¶
type EncryptedObject interface { Key() string Reader() io.ReadCloser }
Click to show internal directories.
Click to hide internal directories.