chore: Cleanup failures from 53b86abc35

This commit is contained in:
Marius 2019-06-02 16:09:24 +02:00
parent 53b86abc35
commit 79fcf60e79
1 changed files with 22 additions and 21 deletions

View File

@ -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