using amazon s3 to getobject from bucket , listing the bucket but not getobject from bucket i have error on the specified key does not exists. what is the problem. this is my code $c=S3::getObject('democenterassetsrun','log'); echo "<pre>"; print_r($c); Thanks,