tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

putObject problem #164

Open hokage4 opened 4 years ago

hokage4 commented 4 years ago

Hi , i have problem when i upload file have Arabic character . my code is here S3::putObject(S3::inputFile($file, false), $bucketName, $uploadName2, S3::ACL_PUBLIC_READ);

and the content of uploded file like this اي شي How can Solve it ?