You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove requestChecksumCalculation for S3 client on production
This partially reverts commit 2de6f26.
Fixes the following error on file uploads:
[Nest] 5 - 05/06/2025, 12:59:58 AM ERROR [FileService] Error uploading file:
[Nest] 5 - 05/06/2025, 12:59:58 AM ERROR [FileService] InvalidArgument: Unsupported header 'x-amz-checksum-crc32' received for this API call.
It seems like the Backblaze B2 API is not compatible with this header.
0 commit comments