Skip to content

silvermine/s3-utils

Repository files navigation

Silvermine S3 Utilities

NPM Version License Build Status Coverage Status

What is it?

This is a collection of utility functions that may be useful if you are working with AWS S3, and especially if you prefer promises over callbacks.

How do I use it?

The code is primarily a set of autonomous functions that you can import and use in your code. They are all well-tested, small, and stable. Here's an example of how you would use them:

var conditionalPut = require('@silvermine/s3-utils/conditionalPut');

return conditionalPut({ Bucket: 'foo', Key: 'bar' }, 'some-value');

How do I contribute?

We genuinely appreciate external contributions. See our extensive documentation on how to contribute.

License

This software is released under the MIT license. See the license file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •