How can I create an Amazon S3 clone on my host?

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?

+4
source share
2 answers

Nimbus allows this. From the FAQ:

Cumulus is an open source implementation of the SEST REST API. Some features, such as version control and COPY, are not yet implemented, but some additional features are added, such as file system quotas.

http://www.nimbusproject.org/doc/nimbus/faq/#what-is-cumulus

+2
source

http://www.ubuntu.com/cloud

you will need some host computers, but it works well.

I also have a backup service, but it is based on several 48TB RAID arrays.

0
source

Source: https://habr.com/ru/post/1380346/


All Articles