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

@@ -1045,6 +1045,7 @@ report:
[-aws-profile=default]
[-aws-region=us-west-2]
[-aws-s3-bucket=bucket_name]
[-aws-s3-results-dir=/bucket/path/to/results]
[-azure-account=accout]
[-azure-key=key]
[-azure-container=container]
@@ -1060,6 +1061,8 @@ report:
AWS region to use (default "us-east-1")
-aws-s3-bucket string
S3 bucket name
-aws-s3-results-dir string
/bucket/path/to/results (option)
-azure-account string
Azure account name to use. AZURE_STORAGE_ACCOUNT environment variable is used if not specified
-azure-container string
@@ -1123,7 +1126,7 @@ report:
-to-localfile
Write report to localfile
-to-s3
Write report to S3 (bucket/yyyyMMdd_HHmm/servername.json/xml/txt)
Write report to S3 (bucket/dir/yyyyMMdd_HHmm/servername.json/xml/txt)
-to-slack
Send report via Slack
```