Skip to content

fix: Migrate AWS SDK Go v1 to v2#209

Open
adiyaar24 wants to merge 1 commit into
drone-plugins:masterfrom
adiyaar24:fix/aws-sdk-v2-migration
Open

fix: Migrate AWS SDK Go v1 to v2#209
adiyaar24 wants to merge 1 commit into
drone-plugins:masterfrom
adiyaar24:fix/aws-sdk-v2-migration

Conversation

@adiyaar24
Copy link
Copy Markdown

  • Replace github.com/aws/aws-sdk-go with github.com/aws/aws-sdk-go-v2
  • Update session.NewSession to config.LoadDefaultConfig
  • Add context.Context to all AWS API calls
  • Update credentials handling for SDK v2
  • Update Go version to 1.25.7

This addresses the AWS SDK Go v1 EOL (July 2025) security concern.

- Replace github.com/aws/aws-sdk-go with github.com/aws/aws-sdk-go-v2
- Update session.NewSession to config.LoadDefaultConfig
- Add context.Context to all AWS API calls
- Update credentials handling for SDK v2
- Update Go version to 1.25.7

This addresses the AWS SDK Go v1 EOL (July 2025) security concern.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant