Skip to content

jsantell/mock-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-s3

Build Status Build Status

Mock API for AWS S3

An API mimicking aws-sdk's S3 wrapper.

Created because there were no other mock libraries that support multipart uploading as well as streaming from the AWSRequest return for getObject, both which are supported here.

  • completeMultipartUpload
  • createBucket
  • createMultipartUpload
  • deleteObject
  • deleteObjects
  • getObject
  • putObject
  • uploadPart

There are many other features that are not supported, like matching errors, and all the return properties necessary for S3 objects, but this gets close.

Install

npm install mock-s3

Testing

npm test

License

MIT License, Copyright (c) 2015 Jordan Santell

About

In-memory mock S3 lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published