I am currently creating a storage service, but I am very small and do not want to set up or pay for an Amazon S3 account. I already have my own hosting that I want to use. However, I want to simplify the transition to Amazon S3, if the need arises. Therefore, I would like to essentially have an S3 clone on my server, which I can simply redirect to Amazon servers later. Is there any package that can do this?
EDIT: I am on a shared server where I cannot install the software, so is there a simple php page that can do this?
source share