s3-readstream
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "s3-readstream", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Drop in AWS S3 replacement read stream", | ||
@@ -5,0 +5,0 @@ "main": "dist/S3Readstream.js", |
@@ -11,3 +11,2 @@ # s3-readstream | ||
``` | ||
@@ -17,5 +16,6 @@ npm install s3-readstream | ||
You can instantiate the `S3ReadStream` class like below: | ||
You can use the `S3ReadStream` class with the [`aws-sdk`](https://www.npmjs.com/package/aws-sdk) package easily: | ||
```js | ||
import * as AWS from 'aws-sdk'; | ||
import {S3ReadStream} from 's3-readstream'; | ||
@@ -22,0 +22,0 @@ // Pass in your AWS S3 credentials |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8935