Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CommandDescription is the string used to describe the // "upload" command in the command line help system CommandDescription = `` /* 475-byte string literal not displayed */ )
Variables ¶
View Source
var (
DefaultOptions = NewOptions()
)
Functions ¶
Types ¶
type Options ¶
type Options struct {
AccessKey string
BucketName string
CacheControl string
Perm string
SecretKey string
S3Region string
RepoSlug string
BuildNumber string
BuildID string
JobNumber string
JobID string
Concurrency uint64
MaxSize uint64
Paths []string
Provider string
Retries uint64
TargetPaths []string
WorkingDir string
ArtifactsSaveHost string
ArtifactsAuthToken string
}
Options is used in the call to Upload
func (*Options) UpdateFromCLI ¶ added in v0.7.7
UpdateFromCLI overlays a *cli.Context onto internal options
Click to show internal directories.
Click to hide internal directories.