From 55484f5cf9cf44ce5f5bce9d6cc34245e5fdc4e7 Mon Sep 17 00:00:00 2001 From: Dean Schmigelski Date: Mon, 5 Jan 2026 12:09:47 -0500 Subject: [PATCH 1/2] docs: update github agent action to reference S3_SESSION_BUCKET --- .github/actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/README.md b/.github/actions/README.md index a3ec3fa2d..219665049 100644 --- a/.github/actions/README.md +++ b/.github/actions/README.md @@ -198,7 +198,7 @@ Your IAM role must have these permissions in order to execute: 3. **Create S3 Bucket** for session storage 4. **Add GitHub Secrets**: - `AWS_ROLE_ARN`: The created role ARN - - `STRANDS_SESSION_BUCKET`: The S3 bucket name + - `S3_SESSION_BUCKET`: The S3 bucket name ## Security From be35316daf4e880033ef7a119df5d94ae5b2dc62 Mon Sep 17 00:00:00 2001 From: Dean Schmigelski Date: Mon, 5 Jan 2026 12:17:15 -0500 Subject: [PATCH 2/2] Update README.md --- .github/actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/README.md b/.github/actions/README.md index 219665049..6559462cb 100644 --- a/.github/actions/README.md +++ b/.github/actions/README.md @@ -198,7 +198,7 @@ Your IAM role must have these permissions in order to execute: 3. **Create S3 Bucket** for session storage 4. **Add GitHub Secrets**: - `AWS_ROLE_ARN`: The created role ARN - - `S3_SESSION_BUCKET`: The S3 bucket name + - `AGENT_SESSIONS_BUCKET`: The S3 bucket name ## Security