From b3330c46d0fe23b91ec6c1a3b3367bb85536d62a Mon Sep 17 00:00:00 2001 From: architmallik7 Date: Mon, 27 Jan 2025 18:09:17 +0530 Subject: [PATCH 1/4] Update Readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 492437d..9bd2449 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ docker run --rm \ plugins/s3 --dry-run ``` +- Refer this doc for details to use in Harness. + ## Configuration Variables for Secondary Role Assumption with External ID The following environment variables enable the plugin to assume a secondary IAM role using IRSA, with an External ID if required by the role’s trust policy. From 4c4aa94e011da9c9fd4dc69ea31b6917b2af8024 Mon Sep 17 00:00:00 2001 From: architmallik7 Date: Tue, 28 Jan 2025 19:08:27 +0530 Subject: [PATCH 2/4] Updated Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bd2449..b5db140 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ docker run --rm \ plugins/s3 --dry-run ``` -- Refer this doc for details to use in Harness. +- Refer this [doc](https://developer.harness.io/docs/continuous-integration/use-ci/build-and-upload-artifacts/upload-artifacts/upload-artifacts-to-s3/) for details to use in Harness. ## Configuration Variables for Secondary Role Assumption with External ID From c82f853ab14eff47aaa149ab68dec63b895c8c5a Mon Sep 17 00:00:00 2001 From: architmallik7 <165177188+architmallik7@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:12:23 +0530 Subject: [PATCH 3/4] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5db140..5ef069a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ docker run --rm \ plugins/s3 --dry-run ``` -- Refer this [doc](https://developer.harness.io/docs/continuous-integration/use-ci/build-and-upload-artifacts/upload-artifacts/upload-artifacts-to-s3/) for details to use in Harness. +- Refer this [doc](https://developer.harness.io/docs/continuous-integration/use-ci/build-and-upload-artifacts/upload-artifacts/upload-artifacts-to-s3/) for details to use it in Harness. ## Configuration Variables for Secondary Role Assumption with External ID @@ -97,4 +97,4 @@ The following environment variables enable the plugin to assume a secondary IAM ### Usage Notes -- If the role secondary role (`PLUGIN_USER_ROLE_ARN`) requires an External ID then pass it through `PLUGIN_USER_ROLE_EXTERNAL_ID`. \ No newline at end of file +- If the role secondary role (`PLUGIN_USER_ROLE_ARN`) requires an External ID then pass it through `PLUGIN_USER_ROLE_EXTERNAL_ID`. From 201ea807559d8db86c256119d236b6178dd2994a Mon Sep 17 00:00:00 2001 From: architmallik7 <165177188+architmallik7@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:23:45 +0530 Subject: [PATCH 4/4] Attached harness doc in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef069a..2c1a35d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ docker run --rm \ plugins/s3 --dry-run ``` -- Refer this [doc](https://developer.harness.io/docs/continuous-integration/use-ci/build-and-upload-artifacts/upload-artifacts/upload-artifacts-to-s3/) for details to use it in Harness. +- Refer this [doc](https://developer.harness.io/docs/continuous-integration/use-ci/build-and-upload-artifacts/upload-artifacts/upload-artifacts-to-s3/) for details to use it in Harness. ## Configuration Variables for Secondary Role Assumption with External ID