Trying to Understand Object Storage Issue

Digging to find out why my recent videos in my instance are failing to be moved over to my Backblaze object storage. This has only started within the past day while I’ve had no problems over the past several days with the videos being moved over no problem.

This is what’s appearing in the local jobs report:
Job: 34
Type: move-to-object-storage
Processed on 2/3/24, 10:20:45.731 AM
Finished on 2/3/24, 10:20:57.258 AM

{
« videoUUID »: « f0b88cee-3832-480f-9335-e291395356cc »,
« isNewVideo »: true,
« previousVideoState »: 2
}

RangeError: data is too long
at Hash.update (node:internal/crypto/hash:111:22)
at Hash.update (/var/www/peertube/node_modules/@smithy/hash-node/dist-cjs/index.js:15:19)
at getPayloadHash (/var/www/peertube/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js:19:18)
at SignatureV4.signRequest (/var/www/peertube/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js:116:71)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Hi,

Please check and update your configuration: PeerTube/config/production.yaml.example at develop · Chocobozzz/PeerTube · GitHub

Have updated that section to be over what I typically upload file size. Tried a new video and received the same error.

Currently, the max upload is at 9GB

::update:: changed it to 100MB and with the same size file it went through.