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

feat(s3-service)!: move to AWS-SDK v3 #216

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Conversation

AndrewBarba
Copy link
Contributor

@AndrewBarba AndrewBarba commented Dec 8, 2022

This should most likely be released as a breaking version change

Copy link
Collaborator

@naorpeled naorpeled left a comment

Choose a reason for hiding this comment

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

Overall looks good,
left a comment, once that's addressed and CI passes, we can merge this :)

switch (type) {
case 'getObject':
command = new GetObjectCommand(params);
break;
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about putObject?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Am I missing something, where is putObject used in this library?

Copy link
Collaborator

@naorpeled naorpeled Feb 24, 2023

Choose a reason for hiding this comment

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

My bad.
Let's just make sure CI passes before we merge this in

@ygsnyder
Copy link

ygsnyder commented Mar 8, 2023

Any movement on this fix?

@naorpeled
Copy link
Collaborator

Any movement on this fix?

I'll get it merged tomorrow hopefully

@naorpeled naorpeled changed the title Convert s3-service to aws-sdk v3 feat(s3-service)!: move to AWS-SDK v3 Mar 9, 2023
@naorpeled naorpeled merged commit a99b8bb into jeremydaly:main Mar 9, 2023
@naorpeled naorpeled linked an issue Mar 9, 2023 that may be closed by this pull request
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.

AWS Lambda with Node 18.x and SDK v3 throws errors
3 participants