Skip to content

Commit

Permalink
♻️ pull in the s3 upload and empty functionality for easier dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Jul 16, 2019
1 parent 488837e commit 754dc09
Show file tree
Hide file tree
Showing 4 changed files with 1,592 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports.config = (cfg) => {

s3 = new AWS.S3()
cloudfront = new AWS.CloudFront()
client = require('@faceleg/s3').createClient({ s3Client: new AWS.S3() })
client = require('./lib/index').createClient({ s3Client: new AWS.S3() })

this.succeed()

Expand Down
Loading

0 comments on commit 754dc09

Please sign in to comment.