Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultCacheControl is the default value for each artifact's Cache-Control header DefaultCacheControl = "private" // DefaultConcurrency is the default number of concurrent goroutines used during upload DefaultConcurrency = uint64(5) // DefaultMaxSize is the default maximum allowed bytes for all artifacts DefaultMaxSize = uint64(1024 * 1024 * 1000) // DefaultPaths is the default slice of local paths to upload (empty) DefaultPaths = []string{} // DefaultPerm is the default ACL applied to each artifact DefaultPerm = "private" // DefaultRetries is the default number of times a given artifact upload will be retried DefaultRetries = uint64(2) // DefaultTargetPaths is the default upload prefix for each artifact DefaultTargetPaths = []string{} // DefaultWorkingDir is the default working directory ... wow. DefaultWorkingDir, _ = os.Getwd() )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.