diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js
index 4b1ebbe..beccf43 100644
--- a/dist/restore-only/index.js
+++ b/dist/restore-only/index.js
@@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
         const uploadOptions = {
             blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize,
             concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency,
-            maxSingleShotSize: 128 * 1024 * 1024,
-            onProgress: uploadProgress.onProgress()
+            maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size
+            // onProgress: uploadProgress.onProgress()
         };
         try {
             uploadProgress.startDisplayTimer();
diff --git a/dist/restore/index.js b/dist/restore/index.js
index 621379b..8fe3221 100644
--- a/dist/restore/index.js
+++ b/dist/restore/index.js
@@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
         const uploadOptions = {
             blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize,
             concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency,
-            maxSingleShotSize: 128 * 1024 * 1024,
-            onProgress: uploadProgress.onProgress()
+            maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size
+            // onProgress: uploadProgress.onProgress()
         };
         try {
             uploadProgress.startDisplayTimer();
diff --git a/dist/save-only/index.js b/dist/save-only/index.js
index c503408..86122dd 100644
--- a/dist/save-only/index.js
+++ b/dist/save-only/index.js
@@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
         const uploadOptions = {
             blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize,
             concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency,
-            maxSingleShotSize: 128 * 1024 * 1024,
-            onProgress: uploadProgress.onProgress()
+            maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size
+            // onProgress: uploadProgress.onProgress()
         };
         try {
             uploadProgress.startDisplayTimer();
diff --git a/dist/save/index.js b/dist/save/index.js
index ecba17f..3a4ea8f 100644
--- a/dist/save/index.js
+++ b/dist/save/index.js
@@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
         const uploadOptions = {
             blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize,
             concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency,
-            maxSingleShotSize: 128 * 1024 * 1024,
-            onProgress: uploadProgress.onProgress()
+            maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size
+            // onProgress: uploadProgress.onProgress()
         };
         try {
             uploadProgress.startDisplayTimer();