Support AWS S3 Server-Side Encryption (#597)

* Support AWS S3 Server-Side Encryption

* Improve documentation for aws-s3-server-side-encryption
This commit is contained in:
Emilien Kenler
2018-02-12 11:26:23 +09:00
committed by Kota Kanbe
parent 7971bdf7f7
commit 562ff7807d
3 changed files with 21 additions and 10 deletions

View File

@@ -133,10 +133,11 @@ type Config struct {
GZIP bool
AwsProfile string
AwsRegion string
S3Bucket string
S3ResultsDir string
AwsProfile string
AwsRegion string
S3Bucket string
S3ResultsDir string
S3ServerSideEncryption string
AzureAccount string
AzureKey string `json:"-"`