I found a great tutorial on
aws s3 copy large files. It explains how to use the Multi-Part Upload method to upload large files in parallel, which reduces the chance of transfer failures. The article also provides examples of how to properly configure the AWS SDK to automate uploads and optimize the use of S3 resources, which makes working with large files much more efficient.