Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.4.1"
Version for delivery tools
Variables ¶
View Source
var AWSSession = session.Must(session.NewSession( &aws.Config{ MaxRetries: aws.Int(5), Region: aws.String("us-east-1"), }))
AWSConfig is the global *aws.Config for all tools
View Source
var ProdBucketMap = BucketMap{ Default: "archive", Mounts: []BucketMount{ BucketMount{"pub/firefox/bundles/", "archive"}, BucketMount{"pub/firefox/try-builds/", "archive"}, BucketMount{"pub/firefox/", "firefox"}, BucketMount{"pub/labs/", "contrib"}, BucketMount{"pub/opus/", "contrib"}, BucketMount{"pub/webtools/", "contrib"}, BucketMount{"pub/nspr/", "contrib"}, BucketMount{"pub/security/", "contrib"}, }, }
BucketMapping is the current BucketMap
Functions ¶
This section is empty.
Types ¶
type BucketMap ¶
type BucketMap struct { // The default or fallthrough bucket Default string // Bucket mappings Mounts []BucketMount }
BucketMap represents the mapping of prefixes to buckets
type BucketMount ¶
BucketMount is a prefix -> bucket mapping
Click to show internal directories.
Click to hide internal directories.