2 Answers
- Newest
- Most votes
- Most comments
1
0
verify the parameters multipart_threshold, multipart_chunksize try to bump values and see. https://docs.aws.amazon.com/cli/latest/topic/s3-config.html use_accelerate_endpoint would help too.
Relevant content
- asked 2 years ago

I added the variables suggested in the mentioned post:
max_attempts = 20 retry_mode = standard
With this I was able to upload it manually once. We will see if the problem will actually be resolved as the script runs over the days.
Thanks!