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

Use aws-sdk directly insted of through s3client (fixes #35) #39

Merged
merged 1 commit into from Apr 14, 2020
Commits on Apr 13, 2020
  1. Use aws-sdk directly insted of through s3client (fixes #35)

    fmarier committed Mar 28, 2020
    The s3client module is unmaintained and indirectly depends on a
    vulnerable version of the minimist module. Since it already
    depends on the aws-sdk module, this change means we can remove a
    number of dependencies without loss of functionality.
You can’t perform that action at this time.