tpyo/amazon-s3-php-class

putObject problem

Opened this issue · 0 comments

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 ?