Problemunvalidated
The specified copy source is larger than the maximum allowable size for a copy source: 5368709120 — I have a PHP file which copies backup files from one folder to another in Amazon S3 at the end of every day. Tension: I believe Amazon S3 requires Multi-part copying for files over that size. Outcome: I think that I now need the script to look at the size of each file and use Multi-part uploading if it finds a file over 5GB.
e26f4d14-4c56-40ce-8232-e656d41342a6
The specified copy source is larger than the maximum allowable size for a copy source: 5368709120 — I have a PHP file which copies backup files from one folder to another in Amazon S3 at the end of every day. Tension: I believe Amazon S3 requires Multi-part copying for files over that size. Outcome: I think that I now need the script to look at the size of each file and use Multi-part uploading if it finds a file over 5GB.