Update snapshot agent docs to include s3-endpoint (#4652)

This commit is contained in:
Freddy 2018-09-11 16:32:31 +01:00 committed by GitHub
parent 0eefa57ee8
commit 7a19f2a6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -174,10 +174,10 @@ if desired.
to "." to use the current working directory. If an alternate storage option is
configured, then local storage will be disabled and this option will be ignored.
#### Amazon S3 Storage Options
#### S3 Storage Options
Note that despite the AWS references, any S3-compatible endpoint can be specified with `-aws-s3-endpoint`.
* `-aws-access-key-id` and `-aws-secret-access-key` - These arguments supply
authentication information for connecting to AWS. These may also be supplied using
authentication information for connecting to S3. These may also be supplied using
the following alternative methods:<br>
- `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables
- A credentials file (`~/.aws/credentials` or the file at the path specified by the
@ -193,6 +193,9 @@ if desired.
* `-aws-s3-region` - S3 region to use. Required for S3 storage.
* `-aws-s3-endpoint` - Optional S3 endpoint to use. Can also be specified using the
AWS_S3_ENDPOINT environment variable.
* `-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)
* `-aws-s3-static-snapshot-name` - If this is given, all snapshots are saved with the same file name. The agent will not rotate or versionize snapshots, and will save them with the same name each time.

View File

@ -3,7 +3,7 @@ layout: "docs"
page_title: "Consul Enterprise Automated Backups"
sidebar_current: "docs-enterprise-backups"
description: |-
Consul Enterprise provides a highly available service that manages taking snapshots, rotation and sending backup files offsite to Amazon S3.
Consul Enterprise provides a highly available service that manages taking snapshots, rotation and sending backup files offsite to Amazon S3 (or another S3-compatible endpoint).
---
# Consul Enterprise Automated Backups
@ -16,4 +16,4 @@ queries, sessions, and ACLs.
[Consul Enterprise](https://www.hashicorp.com/consul.html) provides a [highly
available service](/docs/commands/snapshot/agent.html) that
integrates with the snapshot API to automatically manage taking snapshots,
perform rotation and send backup files offsite to Amazon S3.
perform rotation and send backup files offsite to Amazon S3 (or another S3-compatible endpoint).