nathanpeck / s3-upload-stream

A Node.js module for streaming data to Amazon S3 via the multipart upload API
MIT License
347 stars 46 forks source link

feat(lib/AWSstub): exposed the mocked node aws client #38

Closed agconti closed 6 years ago

agconti commented 9 years ago

Exposed the mocked node aws client. It can now be reached for via

var AWSstub = require('s3-upload-stream/lib/AWSstub')

Closes #37

agconti commented 6 years ago

Closing related to comment in #37