Merge pull request #3127 from hashicorp/s3_encrypt_doc
Added documentation for new s3 server side encryption
This commit is contained in:
commit
e534d47dae
|
@ -186,6 +186,8 @@ if desired.
|
||||||
|
|
||||||
* `-aws-s3-region` - S3 region to use. Required for S3 storage.
|
* `-aws-s3-region` - S3 region to use. Required for S3 storage.
|
||||||
|
|
||||||
|
* `-aws-s3-server-side-encryption` - Enables saving snapshots to S3 using server side encryption with [Amazon S3-Managed Encryption Keys](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Running the agent with no arguments will run a long-running daemon process that will
|
Running the agent with no arguments will run a long-running daemon process that will
|
||||||
|
|
Loading…
Reference in New Issue