Cloud Files

e24files is a file repository that allows for the storage of an almost unlimited number of different types of data on a cloud disk and the exchange of data between applications or www services.

Ease of use

Files are shared using the HTTP/HTTPS protocol and management is fully compatible with Amazon S3 / Swift. This allows you to use all available libraries for popular languages such as PHP, Python, Java.

Flexibility

Compatibility with S3 (XML)/ Swift (JSON) allows for flexibility in migration between different platforms and providers without worrying about lock-in.

Speed of access to cloud files

Thanks to functioning in a flat address space and unique identifiers, it is possible to reference a file without knowing its physical location.

Manage files using the API!

Adding and downloading files and all other data operations are performed using HTTP methods through the REST interface. On the client side, usage consists of calling specific API methods. PUT and POST methods are used for placing and operating on files, while the GET method is used to retrieve objects. You can read more about the e24files API here.

Consistency

If, due to external reasons, the write occurs in fewer than 3 copies, as soon as the availability of additional nodes is restored, the system will check consistency and rewrite the current copy of the data from other nodes.

High availability of cloud files

Cloud files are stored in 3 copies on different servers in different data centers, which guarantees their high availability.