Skip to content

Update the S3/AWS client package #2246 #2443

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

Merged
merged 5 commits into from
Jan 12, 2024
Merged

Conversation

Ankush263
Copy link
Contributor

Fixes #2246

Changes:

  • Use @aws-sdk/client-s3 package
  • Use async await syntax

I have verified that this pull request:

  • [✅ ] has no linting errors (npm run lint)
  • [✅ ] has no test errors (npm run test)
  • [✅ ] is from a uniquely-named feature branch and is up to date with the develop branch.
  • [✅ ] is descriptively named and links to an issue number, i.e. Fixes #123

} else {
fullObjectKey = objectKey;
}
const fullObjectKey = userId ? `${userId}/${objectKey}` : objectKey;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much cleaner with the ternary!

@lindapaiste
Copy link
Collaborator

Thanks for working on this! At first glance it looks great but I do need to give it a more careful review.

@Ankush263
Copy link
Contributor Author

sure, go ahead 🚀🚀

Copy link
Collaborator

@raclim raclim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work on this!

I ran this locally and also created a Release build for this update, and they both felt good to me so far. I'm going to merge this in, but I'll also continue to manually test the develop branch for the next few days, so feel free to make any additional suggestions or comments.

@raclim raclim merged commit 25067be into processing:develop Jan 12, 2024
@lindapaiste lindapaiste mentioned this pull request Mar 25, 2024
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.

S3/AWS client package is outdated
3 participants