I'm working with Amazon S3 and AWS SDK for PHP .
-
Is there a file size limit to upload?
-
Is there a simultaneous upload limit?
You have 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 server connection to the server was not read from or written to within the timeout period. Idle connections will be closed.
Or will it be my code or PHP problem?