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