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:
committed by
Kota Kanbe
parent
7971bdf7f7
commit
562ff7807d
@@ -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:"-"`
|
||||
|
||||
Reference in New Issue
Block a user