From 2d9dc4f85708b472a398642c7e992b771146400d Mon Sep 17 00:00:00 2001 From: Fariz Rahman Date: Sat, 18 Jul 2020 10:09:56 +0400 Subject: [PATCH 1/5] S3 access_key_id & secret_access_key args https://github.com/iterative/dvc/pull/4224 --- content/docs/command-reference/remote/modify.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index 95926a121e..c6cbc5c64c 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -108,6 +108,18 @@ these settings, you could use the following options: $ dvc remote modify myremote endpointurl https://myendpoint.com ``` +- `access_key_id` - AWS access key id to use to access S3: + + ```dvc + $ dvc remote modify myremote access_key_id my-access-key-id + ``` + +- `secret_access_key` - AWS secret access key to use to access S3: + + ```dvc + $ dvc remote modify myremote secret_access_key my-secret_access_key + ``` + - `url` - remote location URL ```dvc From e0bc286a7790d256c09ff25a31e3864467507b83 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sat, 18 Jul 2020 11:02:35 -0500 Subject: [PATCH 2/5] Update content/docs/command-reference/remote/modify.md --- content/docs/command-reference/remote/modify.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index c6cbc5c64c..b67dab8e21 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -119,7 +119,6 @@ these settings, you could use the following options: ```dvc $ dvc remote modify myremote secret_access_key my-secret_access_key ``` - - `url` - remote location URL ```dvc From 270010c8e912b393a02df86d23f9a1fb8258db4a Mon Sep 17 00:00:00 2001 From: Fariz Rahman Date: Sun, 19 Jul 2020 12:53:19 +0400 Subject: [PATCH 3/5] Update content/docs/command-reference/remote/modify.md Co-authored-by: Jorge Orpinel --- 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 b67dab8e21..7b6dd36390 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -108,7 +108,7 @@ these settings, you could use the following options: $ dvc remote modify myremote endpointurl https://myendpoint.com ``` -- `access_key_id` - AWS access key id to use to access S3: +- `access_key_id` - AWS Access Key ID: ```dvc $ dvc remote modify myremote access_key_id my-access-key-id From 747f71220b2626b34d6edd2ec1a3659f5fe9ea9b Mon Sep 17 00:00:00 2001 From: Fariz Rahman Date: Sun, 19 Jul 2020 12:53:32 +0400 Subject: [PATCH 4/5] Update content/docs/command-reference/remote/modify.md Co-authored-by: Jorge Orpinel --- 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 7b6dd36390..f6098490bb 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -114,7 +114,7 @@ these settings, you could use the following options: $ dvc remote modify myremote access_key_id my-access-key-id ``` -- `secret_access_key` - AWS secret access key to use to access S3: +- `secret_access_key` - AWS Secret Access Key: ```dvc $ dvc remote modify myremote secret_access_key my-secret_access_key From 5a4a041b36bf88293705cd386910e4e76a0f8744 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 19 Jul 2020 08:53:50 +0000 Subject: [PATCH 5/5] Restyled by prettier --- content/docs/command-reference/remote/modify.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index f6098490bb..33036ed35e 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -119,6 +119,7 @@ these settings, you could use the following options: ```dvc $ dvc remote modify myremote secret_access_key my-secret_access_key ``` + - `url` - remote location URL ```dvc