Openstack Swift compared to Amazon S3

Openstack Swift
Versus
Amazon S3

Features

Storage Features of Openstack Swift compared to Amazon S3
Openstack SwiftFeaturesAmazon S3
Cloud based
GDPR Compliant
On premise
Open source
Versioned files
Cross Region Replication
API
S3 Compatible API
REST apiManagement interfacesPortal, CLI, REST api
Event hooks/pubsub
SLABest effort. Credits below 99.9%. That is 43 minutes of downtime allowed per month without having to issue credits
5 GBMaximum object filesize5 TB
Minimum object filesizeA 0 byte file has 8 KB of chargeable overhead for metadata.
unlimited, with note that it’s not recommended to store more than ~1M, depending on hardware setup for the SQLite indexRecommended max file count per bucketunlimited
unlimitedMax filesize for a bucketunlimited
unlimitedMaximum amount of buckets500 - upgradable if you need it.
Logs
Authentication / ACLAmazon has designed their very own PreSigned URL mechanism which is now used globally across providers
CDN integrationS3 integrates seamlessly into Amazon’s CloudFront CDN, as well as other CDNs
Peering & interconnect
Unsupported Paid Feature Supported Unknown

Descriptions


Openstack Swift


Openstack’s founders, Rackspace and NASA, have created this platform with (public) cloud in mind.

Openstack is completely opensource and freely availalble under the Apache License. Meaning, you’re free to spin up your own cloud using their software. Openstack’s storage solution (Swift) is pluggable to be s3 compatible.

Openstack has many providers offering up their hardware on the openstack IaaS layer. To name a few: Canonical’s Ubuntu Bootstack and TATA’s managed infra services

Openstack’s pluggability is where its true power lies. Its sourcecode is written in Python and actively maintained. They have many performance and security enhancements, as well as plugins ready to be installed.


Amazon S3


World’s biggest Cloud Storage Provider. Amazon, traditionally an online book store, has put a target on the cloud compute space when it shifted its focus to Amazon Web Services (AWS) in 2006. E-Commerce competition was tough, but public cloud companies back then were scarce, and usability and user friendly products were a long way from being invented.

Amazon’s reign on cloud computing has left its mark in public cloud-land. Competitors have trouble keeping up, if they even get to a point of feature-parity at all. With Amazon’s S3 storage being one of the first, it has basically dictated a standard for the public cloud’s blob storage protocol.

Needless to say, Amazon invented the S3 (Simple Storage Service) standard.