Skip to content

Commit

Permalink
more polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jackietung-redpanda committed Sep 3, 2024
1 parent 148fe00 commit 7dafd90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/plugin_uploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 7dafd90

Please sign in to comment.