
The history of S3.
Amazon Simple Storage Service, or S3, is an object storage service that can be used to store virtually any type of file or unstructured data. When Amazon launched its S3 service in 2006 and created the cloud storage industry, it also unknowingly made object storage the standard for storing data in the cloud. Object storage organizes data into objects, which contain the data itself, its metadata, and a unique identifier. These objects are stored in buckets rather than a hierarchical system. Since the release of S3, the grand majority of cloud storage services have reinforced this interface, and the most people storing data in the cloud use similar architectures due to S3's scalability and compatibility.
Understanding S3-compatibile storage.
Today, there are a number of cloud providers that offer their own S3-compatible storage solutions. Amazon S3 is accessed via APIs, most of which rely on the HTTP protocol and XML serialization. By making a cloud object storage system compatible with these APIs, it makes it much easier for users to migrate to new services without much effort. All you have to do is point files to the new buckets and migrate any static data you'd like to keep. For example, core features such as basic upload and download, of course, should map quite easily to the new ecosystem, including systems like СŷÊÓÆµ. We support organizing objects by bucket and key, all HTTP verbs including HEAD, byte-range fetches, as well as uploading files in multiple parts.
СŷÊÓÆµ's approach to S3 compatibility.
Where the СŷÊÓÆµ network really excels compared to centralized providers is in its privacy and security, so we'd be remiss in not addressing these topics specifically as they pertain to S3. The distributed security tokens (access grants) that СŷÊÓÆµ uses contain too much detail to fit into an S3 access key or secret key field. СŷÊÓÆµ offers an S3-specific authorization service, which maps S3-compatible credentials to a СŷÊÓÆµ access grant. For our upcoming multi-tenant gateway, we use the same terminology as S3 credentials: access key and secret key.
It should be noted that the upcoming multi-tenant gateway authorization service saves access grants encrypted into a database. The access grants are individually encrypted using information from the much shorter returned access key, which is not stored in our authorization service. Access grants never remain decrypted longer than they are needed, and only a hash of the access key is ever persisted. In short, the system is designed to protect your data at rest. You can learn more about how this affects СŷÊÓÆµ's typical end-to-end encryption promise in this blog.
Overall, our S3 compatibility project has been a huge effort to address the needs of certain customers, making it easier than ever to migrate to the distributed cloud. It should provide bandwidth-limited customers with more than three times faster access. It provides a drop-in replacement for S3 with the great majority of use-cases. Finally, it offers users the flexibility to dial in the balance of security versus accessibility, allowing access to files directly from web browsers in ways they never could before.
If you're interested in trying out СŷÊÓÆµ's S3-compatible storage network, . If we've omitted a feature you need, please let us know!