Add new parameter s3accelerate to S3 storage driver.

If s3accelerate is set to true then we turn on S3 Transfer
Acceleration via the AWS SDK.  It defaults to false since this is an
opt-in feature on the S3 bucket.

Signed-off-by: Kirat Singh <kirat.singh@wsq.io>
Signed-off-by: Simone Locci <simonelocci88@gmail.com>
This commit is contained in:
Kirat Singh 2017-01-20 12:12:37 -05:00 committed by Simone Locci
parent dc7f44b613
commit 51c0c8148a
No known key found for this signature in database
GPG key ID: EA8A965E9EA17D84
3 changed files with 36 additions and 0 deletions

View file

@ -118,6 +118,7 @@ storage:
secretkey: awssecretkey
region: us-west-1
regionendpoint: http://myobjects.local
s3accelerate: false
bucket: bucketname
encrypt: true
keyid: mykeyid
@ -422,6 +423,7 @@ storage:
secretkey: awssecretkey
region: us-west-1
regionendpoint: http://myobjects.local
s3accelerate: false
bucket: bucketname
encrypt: true
keyid: mykeyid