UNPKG

universal-s3

Version:

Universal S3 SDK for JavaScript, available for Node.js backends

30 lines (23 loc) 1.32 kB
# Universal S3 SDK for JavaScript Universal S3 SDK for JavaScript, available for Node.js backends. ## Installing The preferred way to install the SDK for Node.js is to use the [npm](http://npmjs.org) package manager for Node.js. Simply type the following into a terminal window: ```sh npm install universal-s3 ``` ## Getting Help Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. * Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with `universal-s3` * If it turns out that you may have found a bug, please [open an issue](https://github.com/devron1n/universal-s3/issues/new) ## Opening Issues If you encounter a bug with the Universal S3 SDK for JavaScript we would like to hear about it. Search the [existing issues](https://github.com/devron1n/universal-s3/issues) and try to make sure your problem doesn’t already exist before opening a new issue. The GitHub issues are intended for bug reports and feature requests. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner. ## License This SDK is distributed under the MIT License, see LICENSE.txt and NOTICE.txt for more information.