amazon web services - How to solve 'HttpVersionNotSupported' in S3 , when i use large size file to upload? -


when tried store large file , got warning/wrror.

message: s3::putobject(): [httpversionnotsupported] http version specified not supported.

i faced same issue in codeigniter s3, problem while sending filename parameter in $this->s3->putobjectfile($filetempname, "examplebucketname", $filename, s3::acl_public_read) if there spaces in destination filename occurs.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -