$fp = fopen($local_path, w+");
$response = $s3->get_object($rest->getParameter("bucket_name"), $storage_path,
array(
'fileDownload' => $fp,
));
If i try upload pic.jpg original file size=41860 uploaded file size=47588 both files image correct.
If i try uload use $s3->get_object and txt,html,xml files - his filesizes ok.
if i try uload JPG file from browser - https://console.aws.amazon.com/s3/home? image sizes=41860 - original size.
What check uploaded file for correct if i use check algoritm check uploaded file size and filesize from s3 - $s3->get_object_filesize?
Please help.