php API to upload and download files to Amazon S3

amazon-s3, php

Solution

Amazon actually provides one. And there are lots of examples on the web of using it. Google is your friend.

Problem

I have a website hosted on amazon. I want my clients to give access to upload files that are already in their amazon s3 space to my s3 space. Is there any php API that supports this functionality?

Original source