Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(backend): use aws-sdk-go-v2 for object uploads #1675

Merged
merged 3 commits into from
Jan 1, 2025

Conversation

detj
Copy link
Contributor

@detj detj commented Jan 1, 2025

Summary

This PR replaces all usage of the now deprecated aws-sdk-go package with aws-sdk-go-v2 package.

Tasks

  • Refactor attachments upload to use aws-sdk-go-v2 instead of aws-sdk-go
  • Refactor builds upload to use aws-sdk-go-v2 instead of aws-sdk-go

See also

- refactor attachment upload to use `aws-sdk-go-v2` instead of
`aws-sdk-go`

fixes #1669

Signed-off-by: detj <[email protected]>
@detj detj added refactor refactoring tasks backend backend related labels Jan 1, 2025
@detj detj self-assigned this Jan 1, 2025
Copy link

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 7:17am

@detj detj changed the title refactor(backend): use aws-sdk-go-v2 for attachments refactor(backend): use aws-sdk-go-v2 for object uploads Jan 1, 2025
@detj detj requested a review from anupcowkur January 1, 2025 07:19
@detj detj merged commit c06fd96 into main Jan 1, 2025
10 checks passed
@detj detj deleted the deprecate-aws-sdk-go branch January 1, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend related refactor refactoring tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Migrate to aws-sdk-go-v2
2 participants