0
I’m working with the Amazon S3 and AWS SDK for PHP.
Is there a file size limit to send?
Is there any simultaneous upload limit?
It has given me a lot of these errors when I try to send 20 200MB files simultaneously to my Bucket.
Requesttimetooskewedexception: AWS Error Code: Requesttimetooskewed, Status Code: 403, AWS Request ID: 0CE24AEDE4162AC9, AWS Error Type: client, AWS Error Message: The Difference between the request time and the Current time is Too large.
Requesttimeoutexception: AWS Error Code: Requesttimeout, Status Code: 400, AWS Request ID: 913367E51F2BC5AD, AWS Error Type: client, AWS Error Message: Your socket Connection to the server was not read from or Written to Within the timeout period. Idle Connections will be closed.
It’s either my code or PHP problem?
Make sure the clock is correct on the computer.
– Tony