From 1ab5936c955979422387c553f7223960901f7a53 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Tue, 2 Feb 2021 10:17:14 +0300 Subject: [PATCH 1/3] config: add docs for s3.configpath --- content/docs/command-reference/remote/modify.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index c47c9847ff..04e3eead76 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -134,6 +134,14 @@ these settings, you could use the following options. $ dvc remote modify myremote --local credentialpath /path/to/my/creds ``` +- `config` - S3 config file path. Supports some s3-specific + [configuration options](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#aws-cli-s3-configuration) + that are used by `aws-cli`: + + ```dvc + $ dvc remote modify myremote --local configpath /path/to/my/config + ``` + - `endpointurl` - endpoint URL to access S3: ```dvc From 8fc925a59c3dc2f8e1d423603d165d6fed13ef04 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Wed, 3 Feb 2021 16:37:44 +0300 Subject: [PATCH 2/3] rephrase text --- content/docs/command-reference/remote/modify.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index 04e3eead76..bc2e690d3a 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -134,12 +134,12 @@ these settings, you could use the following options. $ dvc remote modify myremote --local credentialpath /path/to/my/creds ``` -- `config` - S3 config file path. Supports some s3-specific - [configuration options](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#aws-cli-s3-configuration) - that are used by `aws-cli`: +- `configpath` - Path to the AWS config file. The location defaults to + `~/.aws/config`. It supports S3-specific + [configuration values](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#configuration-values): ```dvc - $ dvc remote modify myremote --local configpath /path/to/my/config + $ dvc remote modify myremote --local configpath /path/to/config ``` - `endpointurl` - endpoint URL to access S3: From b8077374ffb849f9c20953ca451e445056386d39 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Wed, 3 Feb 2021 13:26:30 -0800 Subject: [PATCH 3/3] minor style update --- content/docs/command-reference/remote/modify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index bc2e690d3a..3182fc0f7a 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -134,7 +134,7 @@ these settings, you could use the following options. $ dvc remote modify myremote --local credentialpath /path/to/my/creds ``` -- `configpath` - Path to the AWS config file. The location defaults to +- `configpath` - path to the AWS config file. The location defaults to `~/.aws/config`. It supports S3-specific [configuration values](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#configuration-values):