s3_object
fails to copy in AWS when source is larger than 5GiB
#2117
Labels
bug
This issue/PR relates to a bug
Summary
amazon.aws.s3_object
fails to copy files within AWS when they are larger than 5GiB. The use-case where we encountered this issue was when copying between buckets (mode: copy
withcopy_src
set) - but it likely effects all copy usage.I'd guess the switch to a multi-part upload strategy is required for files over 5GiB.
Issue Type
Bug Report
Component Name
s3_object
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
N/A
Steps to Reproduce
Expected Results
Expected to copy any files over 5GiB to the destination bucket in an idempotent manor.
Actual Results
Task failure, resulting in the traceback:
Code of Conduct
The text was updated successfully, but these errors were encountered: