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

Move aws-sdk to peerDependencies #288

Closed
wants to merge 1 commit into from
Closed

Move aws-sdk to peerDependencies #288

wants to merge 1 commit into from

Conversation

markandrus
Copy link

@markandrus markandrus commented Apr 10, 2022

aws-sdk is now a peer dependency. Users of this library's S3 functionality will now have to install a compatible version of aws-sdk alongside it. As such, you could argue this is a breaking change.

I haven't tried running the tests yet, and so it may be that aws-sdk should also be listed as a dev dependency, if it is used there.

Fixes #216.

aws-sdk is now a peer dependency. Users of this library's S3 functionality will now have to install a compatible version of aws-sdk alongside it. As such, you could argue this is a breaking change.

Fixes #216.
@github-actions
Copy link

github-actions bot commented Apr 10, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@markandrus
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@sfc-gh-dszmolka
Copy link
Collaborator

would possibly also fix #449

@markandrus
Copy link
Author

This PR will need some code changes, too. Not working yet, IIRC.

@markandrus markandrus closed this Mar 13, 2024
@markandrus markandrus deleted the fix-216 branch March 13, 2024 14:30
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move aws-sdk to peer/optional dependency
2 participants