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
Post a Comment