@music-metadata/s3
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -10,5 +10,5 @@ import * as S3 from 'aws-sdk/clients/s3'; | ||
/** | ||
* Disable chunked transfer, use conventional stream | ||
* Flag to disable chunked transfer, use conventional HTTPS stream instead | ||
*/ | ||
disableChunked: boolean; | ||
disableChunked?: boolean; | ||
} | ||
@@ -15,0 +15,0 @@ export declare class MMS3Client { |
"use strict"; | ||
// | ||
// Example chunked streaming audio track from S3 buckets into music-metadata parser | ||
// | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -10,3 +7,3 @@ const core_1 = require("music-metadata/lib/core"); | ||
/** | ||
* Use S3-client to execute actual HTTP-requests | ||
* Use S3-client to execute actual HTTP-requests. | ||
*/ | ||
@@ -13,0 +10,0 @@ class S3Request { |
{ | ||
"name": "@music-metadata/s3", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Extension for music-metadata to read metadata from audio files on Amazon S3 storage", | ||
@@ -13,3 +13,4 @@ "main": "lib/index.js", | ||
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts coverage", | ||
"test": "npm run lint", | ||
"mocha": "mocha", | ||
"test": "npm run lint && npm run mocha", | ||
"compile-lib": "tsc -p lib/tsconfig.json", | ||
@@ -50,3 +51,5 @@ "compile": "npm run compile-lib", | ||
"aws-sdk": "^2.528.0", | ||
"chai": "^4.2.0", | ||
"del-cli": "^3.0.0", | ||
"mocha": "^6.2.2", | ||
"tslint": "^5.20.1", | ||
@@ -53,0 +56,0 @@ "typescript": "^3.6.4" |
8208
6
94