From 90a4ca745cdfae335b610af94a920003c2d0f3b5 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 4 Feb 2021 00:27:04 +0300 Subject: [PATCH] config: add docs for s3.configpath (#2140) * config: add docs for s3.configpath * rephrase text * minor style update Co-authored-by: Ivan Shcheklein --- 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 f2c91f1560..6c1705e41c 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -134,6 +134,14 @@ these parameters, you could use the following options. $ dvc remote modify myremote credentialpath /path/to/creds ``` +- `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/config + ``` + - `endpointurl` - endpoint URL to access S3: ```dvc