Closed Yavor-Ivanov closed 9 years ago
If I'm not mistaken, this usually has to do with the allowed files by php.ini
. Can you please try updating that?
Yes this is not an error I've come across with the AWS PHP SDK.
@Yavor-Ivanov any update on this issue? Seems like it's an AWS PHP SDK issue as @olimorris mentioned.
I've tried using the Amazon SDK directly and get the same results when uploading a folder a lot of files in it. I've since switched to calling the s3cmd tool.
@Yavor-Ivanov alright, thanks for the feedback. Closing since it is not a CDN issue.
I've added my Laravel public folder to be uploaded to an S3 bucket, but get this exception some time into the upload when running
./artisan cdn:push
:It seems like the file handles are never released when uploading.