chore: Cleanup failures from 53b86abc35
This commit is contained in:
parent
53b86abc35
commit
79fcf60e79
|
@ -7,27 +7,28 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var Flags struct {
|
var Flags struct {
|
||||||
HttpHost string
|
HttpHost string
|
||||||
HttpPort string
|
HttpPort string
|
||||||
HttpSock string
|
HttpSock string
|
||||||
MaxSize int64
|
MaxSize int64
|
||||||
UploadDir string
|
UploadDir string
|
||||||
StoreSize int64
|
StoreSize int64
|
||||||
Basepath string
|
Basepath string
|
||||||
Timeout int64
|
Timeout int64
|
||||||
S3Bucket string
|
S3Bucket string
|
||||||
S3ObjectPrefix string
|
S3ObjectPrefix string
|
||||||
S3Endpoint string
|
S3Endpoint string
|
||||||
GCSBucket string
|
GCSBucket string
|
||||||
GCSObjectPrefix string
|
GCSObjectPrefix string
|
||||||
FileHooksDir string
|
FileHooksDir string
|
||||||
HttpHooksEndpoint string
|
HttpHooksEndpoint string
|
||||||
HttpHooksRetry int
|
HttpHooksRetry int
|
||||||
HttpHooksBackoff int
|
HttpHooksBackoff int
|
||||||
ShowVersion bool
|
HooksStopUploadCode int
|
||||||
ExposeMetrics bool
|
ShowVersion bool
|
||||||
MetricsPath string
|
ExposeMetrics bool
|
||||||
BehindProxy bool
|
MetricsPath string
|
||||||
|
BehindProxy bool
|
||||||
|
|
||||||
FileHooksInstalled bool
|
FileHooksInstalled bool
|
||||||
HttpHooksInstalled bool
|
HttpHooksInstalled bool
|
||||||
|
|
Loading…
Reference in New Issue