STOP and READUSE THIS TEMPLATENO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
Multipart uploads appear to be failing with the following error.
Failed to copy: multi-thread copy: failed to write chunk: failed to upload chunk 2 with 52428800 bytes: :
status code: 524, request id: , host id:
Run the command 'rclone version' and share the full output of the command.
Try running your copy command for single big file (so multipart kicks in) with -vv --dump headers flags. It should give a bit more insight what is going on.
A 524 status code typically indicates that a request to a server took longer than the server's configured timeout period . This can be caused by a variety of factors, including: Network latency issues. High traffic on the server
So probably a server problem - most likely server is overloaded.
Try reducing this
--s3-upload-concurrency int Concurrency for multipart uploads (default 4)
Tried again with command: rclone copy "./Creator, The (2023)" "s3:Media/Movies/Creator, The (2023)" --low-level-retries 1 -vv --log-file /home/user/oneBigFile.log --dump headers