You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to copy a list of ~50 files from one bucket on one region to a bucket on the region I'm using, and I'm running into issues where random large-ish files (~270MB) are failing to copy. Sometimes they will copy, but most times they won't. I get no errors.
For most files this works just fine, but occasionally it just silently fails to transfer files. If I use Amazon's official API it works just fine, but I'd rather use this one if I can. I've tried using ->resolve() with a high timeout, but it doesn't seem to make any difference. Is there something else I should be doing?
The text was updated successfully, but these errors were encountered:
I am trying to copy a list of ~50 files from one bucket on one region to a bucket on the region I'm using, and I'm running into issues where random large-ish files (~270MB) are failing to copy. Sometimes they will copy, but most times they won't. I get no errors.
For most files this works just fine, but occasionally it just silently fails to transfer files. If I use Amazon's official API it works just fine, but I'd rather use this one if I can. I've tried using
->resolve()
with a high timeout, but it doesn't seem to make any difference. Is there something else I should be doing?The text was updated successfully, but these errors were encountered: