I faced the same issue in Codeigniter S3, the problem was sending the file name parameter to $this->s3->putObjectFile($fileTempName, "examplebucketname", $fileName, S3::ACL_PUBLIC_READ)
, if there are spaces in the target file name then this happens.
source
to share