@tus/s3-store
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -315,4 +315,4 @@ "use strict"; | ||
pendingChunkFilepath = null; | ||
const partNumber = currentPartNumber + 1; | ||
const acquiredPermit = permit; | ||
const partNumber = currentPartNumber++; | ||
offset += partSize; | ||
@@ -319,0 +319,0 @@ const isFinalPart = size === offset; |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@tus/s3-store", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "AWS S3 store for @tus/server", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.682.0", | ||
"@aws-sdk/client-s3": "^3.703.0", | ||
"@shopify/semaphore": "^3.1.0", | ||
@@ -33,3 +33,3 @@ "@tus/utils": "^0.5.0", | ||
"@types/multistream": "^4.1.3", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^22.10.1", | ||
"mocha": "^10.4.0", | ||
@@ -36,0 +36,0 @@ "should": "^13.2.3" |
@@ -370,4 +370,4 @@ import os from 'node:os' | ||
const partNumber = currentPartNumber + 1 | ||
const acquiredPermit = permit | ||
const partNumber = currentPartNumber++ | ||
@@ -374,0 +374,0 @@ offset += partSize |
Sorry, the diff of this file is not supported yet
84917
Updated@aws-sdk/client-s3@^3.703.0