From 7dafd907c30bfbc9e07500c886b09a1ff14c67c6 Mon Sep 17 00:00:00 2001 From: Jackie Tung Date: Tue, 3 Sep 2024 13:15:22 -0700 Subject: [PATCH] more polish --- resources/plugin_uploader/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/plugin_uploader/README.md b/resources/plugin_uploader/README.md index ac5fd2aab..1e5d72f51 100644 --- a/resources/plugin_uploader/README.md +++ b/resources/plugin_uploader/README.md @@ -69,6 +69,12 @@ A binary is included for archival / upload only if it matches some `--goos` AND `--dry-run` is available for skipping final S3 upload step. +AWS permissions are needed for these actions on the S3 bucket: + +* `s3:PutObject` +* `s3:PutObjectTagging` + You may also need permissions on any AWS KMS keys used for server side encryption of the S3 bucket. + ### Create manifest.json and upload it This lists all archives for the specific plugin and constructs a `manifest.json` from the listing. @@ -87,3 +93,10 @@ This should be run after uploading any archives. `rpk-plugins.redpanda.com` `--dry-run` is available for skipping the final S3 upload step. + +AWS permissions are needed for these actions on the S3 bucket: + +* `s3:PutObject` +* `s3:ListBucket` +* `s3:GetObjectTagging` + You may also need permissions on any AWS KMS keys used for server side encryption of the S3 bucket. \ No newline at end of file