Commit b5d34af
committed
fix: remove
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.requestChecksumCalculation for S3 client on production1 parent 46221b2 commit b5d34af
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
0 commit comments