The server is logging the below error while trying to upload the backups to Google Cloud Storage. Some are succeeding, but most are failing:
[2022-01-02 01:43:21 +0000] info [cpbackup_transporter] Upload attempt #3 starting for /backup/2022-01-02/accounts/*******.tar.gz to /weekly/2022-01-02/accounts/******.tar.gz for destination: Google Cloud Storage
[2022-01-02 01:43:21 +0000] warn [cpbackup_transporter] Upload attempt failed: Failure in initiate_multipart_upload: Amazon::S3: Amazon responded with 411 Length Required
at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Amazon/S3/Bucket.pm line 99.
at /usr/local/cpanel/Cpanel/LoggerAdapter.pm line 27
I think length header is not being sent while doing a multipart upload for a larger site or something.
[2022-01-02 01:43:21 +0000] info [cpbackup_transporter] Upload attempt #3 starting for /backup/2022-01-02/accounts/*******.tar.gz to /weekly/2022-01-02/accounts/******.tar.gz for destination: Google Cloud Storage
[2022-01-02 01:43:21 +0000] warn [cpbackup_transporter] Upload attempt failed: Failure in initiate_multipart_upload: Amazon::S3: Amazon responded with 411 Length Required
at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Amazon/S3/Bucket.pm line 99.
at /usr/local/cpanel/Cpanel/LoggerAdapter.pm line 27
I think length header is not being sent while doing a multipart upload for a larger site or something.