@@ -33,29 +33,30 @@ To make it easier to configure this tool for multiple workflows, most of the
33
33
settings can be set via environment variables as well as flags.
34
34
35
35
--------------------------------------------------------------------
36
- Flag (global) Variable Format Default
36
+ Flag (global) Variable Format Default
37
37
--------------------------------------------------------------------
38
- --cache-dir GOCACHE_DIR path (required)
39
- --bucket GOCACHE_S3_BUCKET string (required)
40
- --region GOCACHE_S3_REGION string based on bucket
41
- --s3-path-style GOCACHE_S3_PATH_STYLE bool false
42
- --prefix GOCACHE_KEY_PREFIX string ""
43
- --min-upload-size GOCACHE_MIN_SIZE int64 0
44
- --metrics GOCACHE_METRICS bool false
45
- --expiry GOCACHE_EXPIRY duration 0
46
- -c GOCACHE_CONCURRENCY int runtime.NumCPU
47
- -u GOCACHE_S3_CONCURRENCY duration runtime.NumCPU
48
- -v GOCACHE_VERBOSE bool false
49
- --debug GOCACHE_DEBUG int 0 (see "help debug")
38
+ --cache-dir GOCACHE_DIR path (required)
39
+ --bucket GOCACHE_S3_BUCKET string (required)
40
+ --region GOCACHE_S3_REGION string based on bucket
41
+ --s3-path-style GOCACHE_S3_PATH_STYLE bool false
42
+ --s3-endpoint-url GOCACHE_S3_PATH_STYLE bool false
43
+ --prefix GOCACHE_KEY_PREFIX string ""
44
+ --min-upload-size GOCACHE_MIN_SIZE int64 0
45
+ --metrics GOCACHE_METRICS bool false
46
+ --expiry GOCACHE_EXPIRY duration 0
47
+ -c GOCACHE_CONCURRENCY int runtime.NumCPU
48
+ -u GOCACHE_S3_CONCURRENCY duration runtime.NumCPU
49
+ -v GOCACHE_VERBOSE bool false
50
+ --debug GOCACHE_DEBUG int 0 (see "help debug")
50
51
51
52
--------------------------------------------------------------------
52
- Flag (serve) Variable Format Default
53
+ Flag (serve) Variable Format Default
53
54
--------------------------------------------------------------------
54
- --plugin GOCACHE_PLUGIN port (required)
55
- --http GOCACHE_HTTP [host]:port ""
56
- --modproxy GOCACHE_MODPROXY bool false
57
- --revproxy GOCACHE_REVPROXY host,... ""
58
- --sumdb GOCACHE_SUMDB host,... ""
55
+ --plugin GOCACHE_PLUGIN port (required)
56
+ --http GOCACHE_HTTP [host]:port ""
57
+ --modproxy GOCACHE_MODPROXY bool false
58
+ --revproxy GOCACHE_REVPROXY host,... ""
59
+ --sumdb GOCACHE_SUMDB host,... ""
59
60
60
61
See also: "help configure".` ,
61
62
},
0 commit comments