Why do you refuse to fix an easy S3 problem?
-
Hello,
5 month ago I have reported that S3 backups (Google Cloud too) backups fail if the file is larger than 5GB.
I also found a fix and said:In \backwpup\inc\class-destination-s3.php
There’s this line: $part_data = fread($file_handle, 1048576 * 5); //5MB Minimum part sizeThis seems to limit the upload to 5GB. I’ve replaced 5 with 10 and it seems to work now.
The thread is here: https://www.ads-software.com/support/topic/sudden-error-with-google-storage/
There are also many people that encounter this error, ever since ~2-3 years ago (and obviously still hasn’t been fixed).
For example this is the most recent one: https://www.ads-software.com/support/topic/backwpup-4-0-4-error-cannot-transfer-backup-to-s3-0/
Question is, why? It’s a simple fix that works and would help people and decrease the support tickets.
- The topic ‘Why do you refuse to fix an easy S3 problem?’ is closed to new replies.