add s3 dirctory option (#457)

This commit is contained in:
sadayuki-matsuno
2017-08-07 11:48:10 +09:00
committed by kota kanbe
parent 0a3f0f9ffc
commit cbd1c12773
6 changed files with 25 additions and 12 deletions

View File

@@ -104,9 +104,10 @@ type Config struct {
GZIP bool
AwsProfile string
AwsRegion string
S3Bucket string
AwsProfile string
AwsRegion string
S3Bucket string
S3ResultsDir string
AzureAccount string
AzureKey string