Cloud-SDK Plan #2 — PR 2: storage.s3 + step.s3_upload + aws.credentials + v1.1.0#15
Merged
Conversation
…ad + aws.credentials via IaC bridge
… (aws.credentials, storage.s3, step.s3_upload)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
storage.s3+step.s3_upload+aws.credentials(DRY module +credrefregistry) + in-pluginBuildAWSConfigcredential helper handling all 4 source paths (static/env/profile/role_arn). Released as v1.1.0.IaCServeOptions.Modules/.StepsSDK extension (workflow v0.53.0). Single-source-of-truthModuleProviders()/StepProviders()consumed by main.go AND the capability-parity test — structurally preventsplugin.json↔runtime drift.minEngineVersion: 0.53.0. Replaces locked B/C/D plan's PR 4 (which couldn't ship due to the SDK gap).Plan #2 PR 2 of
docs/plans/2026-05-15-plugin-modules-on-iac.md. After merge,v1.1.0tag is cut, then plan #2's PR 4 (Phase B core deletion in workflow) unblocks.Test plan
go build ./... && go test ./...green incl.-raceawscreds.BuildAWSConfig7 tests (all 4 source paths + STS-injection guard + role_arn error propagation)TestPluginJSONCapabilities_ModuleStep_Paritybidirectional set-equality (declared ↔ served)docs/runtime-validation/aws-plugin-v1.1.0.md)🤖 Generated with Claude Code