What are you looking for?
CancelStoring Data Shouldn’t Cost More Than Generating It
Overview
The S3-compatible API connectivity option for Wasabi Hot Cloud Storage provides a S3-compliant interface for IT professionals to use with their S3-compatible storage applications, gateways, and other platforms. Wasabi has worked with over 100 technology alliance partners to certify our S3 implementation with leading storage solution vendors throughout the world.
Price
Simple, understandable usage-based pricing.
Wasabi hot cloud storage is priced at $.0059 per GB/month ($5.99 per TB/month). Unlike Amazon S3 and comparable services from Google and Microsoft, Wasabi offers free egress downloads and we don’t charge for API calls. Try out our cost comparison tool below to see how Wasabi compares against Amazon, Google, and Microsoft cloud storage costs.




Performance
Wasabi's system architecture enables a faster performance relative to Amazon S3*. This performance advantage also translates to significantly faster time-to-first-byte speeds when compared to Amazon S3.


Wasabi is built to be 100% AWS S3 bit-compatible (same AWS API constructs for storage & identity management). No need to change your S3-compatible application when using Wasabi.

Wasabi’s system architecture and design provides average time-to-first-byte (TTFB) performance that is less than 15 ms. This is significantly less than TTFB performance typically reported for Amazon S3.

Internal consistency means that when you write an object to a Wasabi storage bucket, it can be read immediately after writing.
Protection
Wasabi protects your data in two ways: First, our unique immutable buckets protect your data against accidental or malicious destruction. Second, our strong encryption protects your data against hackers and snoops who want to steal your data


Wasabi’s durability is 11 x 9s, the same as Amazon S3. To put that in context, if you have 10,000,000 objects stored with Wasabi, then 11 x 9s of durability translates into 1 lost file every 10,000 years. That’s why most data loss nowadays is due to human error, application software bugs, or malicious destruction.

When you create a storage bucket in Wasabi, you have the option of making that bucket “immutable.” That means that data written to that bucket cannot be erased or altered. This allows applications built on Wasabi to be HIPAA, FINRA, and CJIS compliant. But it also protects your data from accidental deletions, application software bugs, hackers, malware, viruses, malicious destruction or alteration of data by employees or consultants, etc.

When using cloud storage for long-term file duration, how do you really know if the integrity of the file is intact? With Wasabi, you don’t have to worry about this because all stored objects are read and checked for integrity every 90 days for the duration the object is stored.
FAQ
Wasabi is a cloud-based object storage service for a broad range of applications and use cases. Wasabi is designed for individuals and organizations that require a high-performance, reliable, and secure data storage infrastructure at minimal cost. The video below provides a short introduction to Wasabi Hot Cloud Storage.
Wasabi is designed to be 100% bit compatible with Amazon S3. This means any storage application that uses Amazon S3 can also use Wasabi without any code changes to the storage application. Both Wasabi and Amazon S3 offer high durability: eleven 9s (99.999999999%). However, there are several important price and performance differences:
Yes. Wasabi uses Amazon’s Direct Connect capabilities to allow high speed transfer of data to and from Wasabi from Amazon’s other cloud services, such as EC2.
Yes, Wasabi can be used to store primary or secondary copies of your data. Given the significant price and performance advantages that Wasabi provides over Amazon S3, there are advantages to using Wasabi for all data sets. However, Wasabi recognizes that given the incumbent nature of Amazon S3, some organizations may wish to continuing using Amazon S3 for their primary data set storage. In this scenario, Wasabi provides an inexpensive and highly durable storage repository for a secondary copy of your data.
Wasabi provides a simple web service interface that is 100% Amazon S3 bit compatible that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Using Wasabi, developers can easily build applications that make use of cloud-based storage. Because Wasabi is highly scalable and you only pay for what you use, developers can start small and grow their application as they wish, with no compromise on performance or reliability.
To start using Wasabi, click the “Try It Free” button on the Wasabi web page. After setting up an account, please refer to the documentation on the Wasabi Help page to begin using Wasabi.
Wasabi allows you to store virtually any kind of data in any format. Please refer to the Wasabi Terms of Use Agreement for details.
The total volume of data and number of objects you can store with Wasabi is unlimited (note that the free trial is capped at 1 TB). Individual objects stored in Wasabi can range in size from a minimum of zero bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single HTTP PUT is 5 gigabytes. For objects larger than 100 megabytes, Wasabi recommends customers consider using the multi-part upload capability.
Wasabi currently offers a single class of object storage. Wasabi recognizes that Amazon offers several different object storage classes (S3, S3 Infrequent Access, and Glacier) to meet various customer performance and price requirements. However, at Wasabi, this range of service classes is not necessary due to the fact that Wasabi can provide better than Amazon S3 performance at lower than Amazon Glacier prices.
Wasabi will store your data and track its associated usage for billing purposes. Wasabi will not otherwise access your data for any purpose outside of the Wasabi offering, except when required to do so by law. Please refer to the Wasabi Terms of Service Agreement for details.
Wasabi provides a simple, standards-based REST web services interface that is designed to work with any Internet-development toolkit. The operations are intentionally made simple to make it easy to add new distribution protocols and functional layers. This interface is also 100% bit-compatible with Amazon S3. This means any storage application that works with Amazon S3 will work with Wasabi (with no changes required to the storage application code).
The Wasabi infrastructure has been built using industry best practices for redundancy in data center design.
Wasabi storage buckets provide read-after-write consistency for HTTP PUTs of new objects and eventual consistency for overwrite HTTP PUTs and HTTP DELETEs. Wasabi also uses a data consistency model that means any operation followed by another operation will always give the same results. This Wasabi data consistency approach is in contrast to the Amazon S3 model which is “eventually consistent” in that you may get different results in two requests.
Wasabi is engineered to handle Internet application traffic, regardless of spikes. The Wasabi consumption-based pricing model and unlimited capacity ensures that your incremental costs don’t change and that your service is not interrupted in the event of a spike in traffic.
Wasabi is secure by default and all data stored in the Wasabi cloud is always encrypted at rest (even if the requesting party doesn’t specify encryption). Wasabi follows industry-best security models and security design practices. Examples of Wasabi security features include: More info on Wasabi and security can be found here.
Yes, customers can optionally configure Wasabi buckets to create access log records for all requests made against it. These access log records can be used for audit purposes and contain details about the request, such as the request type, the resources specified in the request, and the time and date the request was processed.
Wasabi is designed to provide eleven nines (99.999999999%) durability of objects over a given year. This durability level corresponds to an average annual expected loss of 0.000000001% of objects. For example, if you store 10,000 objects with Wasabi, you can on average expect to incur a loss of a single object once every 10,000,000 years. As with any environments, the best practice is to have a backup and to put in place safeguards against malicious or accidental user errors. This best practice approach includes secure access permissions, versioning and a functioning, regularly tested backup. In addition, Wasabi provides durability and compliance at the storage bucket level to prohibit deletion of the data in a bucket.
Yes. The versioning feature with a cloud storage service offers an additional level of protection by providing a means of recovery when customers accidentally overwrite or delete objects. This allows you to easily recover from unintended user actions and application failures. You can also use versioning for data retention and archiving. The Wasabi versioning feature allows you to preserve, retrieve, and restore every version of every object stored in a Wasabi bucket. Once you enable versioning for a bucket, Wasabi preserves existing objects anytime you perform a PUT, POST, COPY, or DELETE operation on them. By default, GET requests will retrieve the most recently written version. Older versions of an overwritten or deleted object can be retrieved by specifying a version in the request.
Wasabi is deployed in fully secure and redundant data centers that are certified for SOC-2, ISO 27001, and PCI-DSS. Our primary production data center is in the us-east region and additional data centers in other regions will be activated soon. Please contact us if you have specific questions in this area.
Please review our full list of FAQs pertaining to product features, product usage, and more at the Wasabi Knowledge Base.
Try storing up to 1 terabyte of your data for
free for 30 days.
Create an account today for a 30-day free trial. No credit card required.
Try it free for 30 days!