s3-readstream
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "s3-readstream", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Drop in AWS S3 replacement read stream", | ||
@@ -5,0 +5,0 @@ "main": "dist/S3Readstream.js", |
@@ -5,2 +5,3 @@ # s3-readstream | ||
Simple wrapper around [AWS S3 getObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)'s grab-by-range call allowing intuitive and stable smart streaming. | ||
* Zero Dependencies | ||
* Simple interface for streaming any size file from AWS S3 | ||
@@ -11,2 +12,4 @@ * Easily speed-up, and slow down, the streaming at any point | ||
## New Version Available | ||
Since the AWS SDK has updated to version 3, and is now more modular but introduced breaking changes with this package, we have updated too! Please checkout the new version 2 of this package and note that from now on, the `lastest` npm tag will point to version 2. However, using this tag, `sdk`, you can still download the version that works with the `aws-sdk` package. | ||
@@ -16,3 +19,3 @@ ## Installing the package | ||
``` | ||
npm install s3-readstream | ||
npm install s3-readstream@sdk | ||
``` | ||
@@ -19,0 +22,0 @@ |
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
13361
116