Amazon S3 alternatives: Azure, Google Cloud and open source
S3 stores objects, and almost every AWS service can read from it.
The default answer to where a file lives. It is also where the weights of my own model sit.
- From my own projects
- Sources linked
- Updated September 2026
The same job on four platforms
The same task, a different bill and a different console. The layer does not change.
Ceph with the RADOS Gateway[5]
Open-source storage with an S3-compatible API, LGPL. More to run, and very widely deployed.
MinIO[6]
The classic S3-compatible server on your own disks. Note: the open-source repository was archived in April 2026 after entering maintenance mode, so check support before you start something new on it.
What Amazon S3 does
S3 stores objects, and almost every AWS service can read from it.
AWS calls it: “Object storage built to retrieve any amount of data from anywhere”[1]
How I use it
Raw media, documents, model weights and pipeline state. In my event assistant the model I trained is a file in a bucket.

Linda Mohamed, AI and cloud consultant and AWS Community Hero in Vienna. I build these pipelines for clients and teach them at FH Burgenland.
Read more on ai-solutions.wiki
My open knowledge base, with longer comparisons and more sources.
Questions
What is the Azure equivalent of Amazon S3?
Azure Blob Storage.
What is the Google Cloud equivalent of Amazon S3?
Cloud Storage.
What is the open-source alternative to Amazon S3?
Ceph with the RADOS Gateway: Open-source storage with an S3-compatible API, LGPL. More to run, and very widely deployed. MinIO: The classic S3-compatible server on your own disks. Note: the open-source repository was archived in April 2026 after entering maintenance mode, so check support before you start something new on it.
How is Amazon S3 billed?
Per gigabyte stored, per request, and per gigabyte leaving the Region.
When should you not use Amazon S3?
When an application expects a real file system with locking. Then a file service such as Amazon FSx, not S3.
Sources
- Amazon S3 product page. https://aws.amazon.com/s3/
- Amazon S3 documentation. https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html
- Azure Blob Storage documentation. https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction
- Cloud Storage documentation. https://cloud.google.com/storage/docs
- Ceph with the RADOS Gateway. https://docs.ceph.com/en/latest/radosgw/
- MinIO. https://github.com/minio/minio
- Amazon S3: Object Storage for AI Pipelines, ai-solutions.wiki. https://ai-solutions.wiki/tools/aws-s3/
- Azure Blob Storage: Scalable Object Storage for AI Workloads, ai-solutions.wiki. https://ai-solutions.wiki/tools/azure-blob-storage/
- MinIO: S3-Compatible Object Storage, ai-solutions.wiki. https://ai-solutions.wiki/tools/minio/
- S3 vs EFS for AI Workloads, ai-solutions.wiki. https://ai-solutions.wiki/comparisons/s3-vs-efs-ai-workloads/
- MinIO maintenance mode notice, GitHub issue 21714. https://github.com/minio/minio/issues/21714
- Linda Mohamed, course slides “The projects”, MASE-3, FH Burgenland, September 2026.
Links checked September 2026. Product names and availability change: check the linked pages before you decide.
Choosing between AWS, Azure and open source?
Book a free 30-minute Idea Call. We look at your use case and where it should run.