From 6188cdffb0a25cfd7c8b2c22ca2180bc6aac685d Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Tue, 30 Jul 2019 18:16:05 +0200 Subject: [PATCH] Fixes documentation about aws region. (#1690) Signed-off-by: pierreozoux --- site/docs/master/api-types/volumesnapshotlocation.md | 2 +- site/docs/v1.0.0/api-types/volumesnapshotlocation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/master/api-types/volumesnapshotlocation.md b/site/docs/master/api-types/volumesnapshotlocation.md index 9987444ec..8e6ad15c2 100644 --- a/site/docs/master/api-types/volumesnapshotlocation.md +++ b/site/docs/master/api-types/volumesnapshotlocation.md @@ -40,7 +40,7 @@ The configurable parameters are as follows: | Key | Type | Default | Meaning | | --- | --- | --- | --- | -| `region` | string | Empty | *Example*: "us-east-1"

See [AWS documentation][3] for the full list.

Queried from the AWS S3 API if not provided. | +| `region` | string | Empty | *Example*: "us-east-1"

See [AWS documentation][3] for the full list.

Required. | | `profile` | string | "default" | AWS profile within the credential file to use for given store | #### Azure diff --git a/site/docs/v1.0.0/api-types/volumesnapshotlocation.md b/site/docs/v1.0.0/api-types/volumesnapshotlocation.md index 10cc61735..97ac6735e 100644 --- a/site/docs/v1.0.0/api-types/volumesnapshotlocation.md +++ b/site/docs/v1.0.0/api-types/volumesnapshotlocation.md @@ -39,7 +39,7 @@ The configurable parameters are as follows: | Key | Type | Default | Meaning | | --- | --- | --- | --- | -| `region` | string | Empty | *Example*: "us-east-1"

See [AWS documentation][3] for the full list.

Queried from the AWS S3 API if not provided. | +| `region` | string | Empty | *Example*: "us-east-1"

See [AWS documentation][3] for the full list.

Required. | #### Azure