On April 2, 2026, customers experienced failures in CI pipelines during S3 upload steps following a routine delegate upgrade. The issue primarily impacted customers using cross-account AWS role assumption with inherit-from-delegate connectors.
Few customers across Prod1 and Prod2 using CI pipelines using S3 upload with cross-account role assumption experienced Artifact uploads failures, blocking downstream deployments
A change introduced during the delegate upgrade altered how AWS credentials were passed to CI steps. This resulted in partial credentials being provided to the S3 upload plugin, which triggered a latent issue in the plugin’s credential selection logic.
Instead of executing the intended cross-account role assumption flow, the plugin attempted authentication using incomplete credentials, leading to failures.
To prevent such issues from happening again we will: