Fixes documentation about aws region. (#1690)

Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
Pierre Ozoux
2019-07-30 18:16:05 +02:00
committed by Steve Kriss
parent 935107e1a2
commit 6188cdffb0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ The configurable parameters are as follows:
| Key | Type | Default | Meaning |
| --- | --- | --- | --- |
| `region` | string | Empty | *Example*: "us-east-1"<br><br>See [AWS documentation][3] for the full list.<br><br>Queried from the AWS S3 API if not provided. |
| `region` | string | Empty | *Example*: "us-east-1"<br><br>See [AWS documentation][3] for the full list.<br><br>Required. |
| `profile` | string | "default" | AWS profile within the credential file to use for given store |
#### Azure

View File

@@ -39,7 +39,7 @@ The configurable parameters are as follows:
| Key | Type | Default | Meaning |
| --- | --- | --- | --- |
| `region` | string | Empty | *Example*: "us-east-1"<br><br>See [AWS documentation][3] for the full list.<br><br>Queried from the AWS S3 API if not provided. |
| `region` | string | Empty | *Example*: "us-east-1"<br><br>See [AWS documentation][3] for the full list.<br><br>Required. |
#### Azure