S3 larger than the maximum allowable size for a copy source

I would like to know if there is any additional parameter for copying files larger than 5 GB?

I am making a copy of s3 to s3 but is presenting me this message

errors and: InvalidRequest: The specified copy source is larger than the maximum allowable size for a copy source: 5368709120

I am using this command to perform the copy or sync, the same error appear, any suggestions?

sync -uv --timeout=600s --ignore-existing --transfers=25 --checkers=25 --progress
copy -uv --timeout=600s --ignore-existing --transfers=25 --checkers=25 --progress

You can follow this issue:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.