Skip to content

Commit

Permalink
replace s3 package with @auth0/s3 to support Node Version >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadfh committed Sep 25, 2021
1 parent e772a2c commit 6d00288
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var archiver = require('archiver');
var async = require('async');
var AWS = require('aws-sdk');
var fs = require('fs');
var s3 = require('s3');
var s3 = require('@auth0/s3');

function S3Zipper(awsConfig) {
var self = this
Expand Down
Loading

0 comments on commit 6d00288

Please sign in to comment.