Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an open-source equivalent to Amazon S3? [closed]

Tags:

Is there an open-source equivalent to the Amazon S3 storage service running under Linux?

For example a bucket-based file system like:

  • store file -> get unique id
  • access file by unique id
  • delete file by unique id
  • query files by timestamp
  • ...

Thanks.

like image 498
hberg539 Avatar asked May 13 '12 20:05

hberg539


People also ask

What is an alternative to Amazon S3?

We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to Amazon Simple Storage Service (S3), including Google Cloud Storage, Azure Blob Storage, DigitalOcean Spaces, and Zadara.

Does Google have an S3 equivalent?

Google Cloud Storage is an object storage service that allows you to upload files to a virtual bucket, providing quick and easy file storage for your applications. It competes with AWS's S3 storage service on both price and features.

Is AWS S3 open source?

CloudServer (formerly S3 Server) is an open-source object storage project to enable on-premises S3-based application development and data deployment choice. Providing a single AWS S3 API set and 360° access to any cloud.

What is the GCP equivalent of S3?

Google Storage / Bucket Security If you're familiar with AWS, Google Storage is GCP's version of AWS Simple Storage Service (S3) and an S3 bucket would be equivalent to a Google Storage bucket across the two clouds.


1 Answers

Riak CS is a new Amazon S3 API-compatible product for your own cloud. It's not open-source, but it may be a viable alternative for your consideration.

like image 134
JeremiahLee Avatar answered Sep 18 '22 14:09

JeremiahLee