License & Deployment Mix: 27 tools – 13 OSS, 13 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)

What Is Object Storage?

Object storage is a data storage architecture that manages data as discrete units called objects, each containing the data itself, a variable amount of metadata, and a globally unique identifier (key). Unlike block storage (which operates on fixed-size blocks within volumes) or file storage (which organizes data in hierarchical directory trees), object storage uses a flat address space where every object is accessed via its key within a bucket (a logical container).

The Amazon S3 API has become the de facto standard for object storage. Originally proprietary to AWS, the S3 API is now implemented by dozens of self-hosted and cloud storage systems, making it the universal lingua franca for object storage operations. S3 compatibility means applications can switch between storage backends (MinIO, Ceph, Backblaze B2, Wasabi) with minimal code changes.

Core object storage concepts:

  • Buckets and objects – buckets are top-level containers; objects are stored within buckets and identified by a unique key (path-like string); objects have no inherent hierarchy (the / in keys is a convention, not a directory boundary)
  • Metadata – each object carries system metadata (size, content-type, ETag, last-modified) and optional user-defined metadata (key-value pairs); metadata is stored alongside the object and returned with API responses
  • Versioning – when enabled on a bucket, every PUT/DELETE creates a new version of the object; previous versions are retained and accessible by version ID; protects against accidental overwrites and deletions
  • Erasure coding – data durability technique that splits objects into data and parity fragments distributed across drives or nodes; can tolerate multiple simultaneous drive or node failures without data loss; more storage-efficient than simple replication (typically 1.3-1.5x overhead vs 2-3x for replication)
  • Storage classes – tiers that trade access latency and retrieval cost for lower storage cost; common tiers include hot (frequent access), warm (infrequent access), cold (rare access), and archive (long-term retention with retrieval delays of minutes to hours)
  • Lifecycle policies – rules that automatically transition objects between storage classes based on age (e.g., move to cold after 90 days) or expire objects after a retention period; essential for cost optimization
  • Object locking and WORM – Write Once Read Many compliance; prevents object deletion or modification for a specified retention period; required for regulatory compliance (SEC 17a-4, HIPAA, GDPR data retention)
  • Presigned URLs – temporary, signed URLs that grant time-limited access to specific objects without requiring the requester to have storage credentials; commonly used for secure file uploads and downloads in web applications
  • Multi-site replication – asynchronous or synchronous replication of objects between geographically distributed storage clusters; provides disaster recovery, data locality, and regulatory compliance for data residency requirements
  • IAM and bucket policies – fine-grained access control via identity-based policies (who can do what) and resource-based policies (what can be done to this bucket); support for conditions (IP ranges, time windows, MFA requirements)

Object storage is the backbone of modern cloud infrastructure. It stores everything from application artifacts and backup archives to data lake datasets and media files. Its combination of scalability, durability (typically 11 nines – 99.999999999%), and simple HTTP-based access makes it the preferred storage layer for distributed systems.

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison


Overview Comparison

ToolTypeLicenseDeploymentS3 CompatiblePricing
MinIOSelf-Hosted Object StoreAGPL-3.0Self-hostedYes (native)Free (AGPL); commercial license available
RustFSSelf-Hosted Object StoreApache-2.0Self-hostedYes (native)Free
Ceph (RADOS GW)Distributed StorageLGPL-2.1Self-hostedYes (RGW)Free
SeaweedFSDistributed File + ObjectApache-2.0Self-hostedYes (S3 gateway)Free
GarageLightweight S3-CompatibleAGPL-3.0Self-hostedYes (native)Free
OpenIOObject Storage PlatformLGPL-3.0Self-hostedYes (native)Free (OSS); commercial support
SwiftOpenStack Object StorageApache-2.0Self-hostedYes (middleware)Free
AWS S3Cloud Object StorageProprietaryCloud (AWS)Yes (origin)Per-GB storage + per-request + egress
Google Cloud StorageCloud Object StorageProprietaryCloud (GCP)Via interop APIPer-GB storage + per-request + egress
Azure Blob StorageCloud Object StorageProprietaryCloud (Azure)Via adapterPer-GB storage + per-request + egress
Cloudflare R2S3-Compatible CloudProprietaryCloud (Cloudflare)Yes (native)Per-GB storage + per-request; no egress fees
Backblaze B2S3-Compatible CloudProprietaryCloud (Backblaze)Yes (native)Per-GB storage + per-request + egress
WasabiS3-Compatible CloudProprietaryCloud (Wasabi)Yes (native)Per-GB storage only; no egress or API fees
DigitalOcean SpacesS3-Compatible CloudProprietaryCloud (DO)Yes (native)$5/mo base (250 GB) + per-GB
Linode Object StorageS3-Compatible CloudProprietaryCloud (Akamai)Yes (native)$5/mo base (250 GB) + per-GB
Vultr Object StorageS3-Compatible CloudProprietaryCloud (Vultr)Yes (native)$5/mo base (250 GB) + per-GB
IDrive e2S3-Compatible CloudProprietaryCloud (IDrive)Yes (native)Per-GB storage; no egress fees
LakeFSData Version ControlApache-2.0Self-hosted / CloudYes (proxy)Free (OSS); cloud pricing per-user
RcloneCloud Storage CLI/SyncMITClient-sideYes (client)Free
S3cmdS3 CLI ClientGPL-2.0Client-sideYes (client)Free
MC (MinIO Client)S3 CLI ClientAGPL-3.0Client-sideYes (client)Free
S3proxyS3 API ProxyApache-2.0Self-hostedYes (proxy)Free
StorjDecentralized CloudAGPL-3.0 (node)Cloud (decentralized)Yes (gateway)Per-GB storage + egress (competitive)
Oracle Cloud Object StorageCloud Object StorageProprietaryCloud (OCI)Yes (native)Per-GB storage + per-request; 10 GB free
TigrisGlobal S3-CompatibleProprietaryCloud (Tigris)Yes (native)Per-GB storage + per-request; no egress

S3 API Compatibility

ToolListBucketsPutObjectGetObjectMultipart UploadVersioningObject LockLifecyclePresigned URLsEvent Notifications
MinIOYesYesYesYesYesYes (WORM)YesYesYes (Kafka, AMQP, NATS, webhook, Redis)
RustFSYesYesYesYesYesPartialYesYesYes (webhook, Kafka)
Ceph (RGW)YesYesYesYesYesYesYesYesYes (Kafka, AMQP, HTTP)
SeaweedFSYesYesYesYesPartialNoPartialYesNo
GarageYesYesYesYesNoNoNoYesNo
OpenIOYesYesYesYesYesYesYesYesYes (webhook)
SwiftYes*YesYesYes (SLO/DLO)YesNoYes (expirer)Yes (TempURL)No
AWS S3YesYesYesYesYesYes (WORM)YesYesYes (SQS, SNS, Lambda, EventBridge)
Google Cloud StorageYesYesYesYes (resumable)YesYes (retention)YesYesYes (Pub/Sub, Eventarc)
Azure BlobYesYesYesYes (block blob)Yes (snapshots)Yes (immutability)YesYes (SAS tokens)Yes (Event Grid)
Cloudflare R2YesYesYesYesNoNoYesYesYes (Workers, webhooks)
Backblaze B2YesYesYesYes (large file)NoYes (file lock)YesYesYes (event notifications)
WasabiYesYesYesYesYesYes (WORM)YesYesNo
DigitalOcean SpacesYesYesYesYesNoNoYes (expiration)YesNo
Linode Object StorageYesYesYesYesNoNoYes (expiration)YesNo
Vultr Object StorageYesYesYesYesNoNoNoYesNo
IDrive e2YesYesYesYesYesYesYesYesNo
LakeFSYes (repos)YesYesYesYes (commits)NoNoYesYes (hooks, webhooks)
RcloneYesYesYesYesN/A (client)N/AN/AN/AN/A
S3cmdYesYesYesYesN/A (client)N/AN/AYesN/A
MCYesYesYesYesN/A (client)N/AN/AYesN/A
S3proxyYesYesYesYesBackend-dependentBackend-dependentBackend-dependentYesNo
StorjYesYesYesYesNoNoNoYesNo
Oracle CloudYesYesYesYesYesYes (retention)YesYesYes (Events Service)
TigrisYesYesYesYesNoNoYesYesNo

* Swift uses its own API natively; S3 compatibility is via the s3api middleware (swift3), which maps S3 calls to Swift operations.


Performance & Durability

ToolMax ThroughputErasure CodingReplicationDurability SLAAvailability SLA
MinIO300+ GB/s (multi-node)Yes (configurable EC:N)Site replicationHardware-dependentHardware-dependent
RustFSHigh (Rust, async I/O)YesYesHardware-dependentHardware-dependent
Ceph (RGW)100+ GB/s (large cluster)Yes (configurable k+m)Yes (cross-zone)Hardware-dependentHardware-dependent
SeaweedFS10+ GB/s (multi-volume)Yes (Reed-Solomon)Yes (async)Hardware-dependentHardware-dependent
GarageModerate (lightweight)No (replication only)Yes (3-way default)Hardware-dependentHardware-dependent
OpenIO50+ GB/s (large cluster)YesYesHardware-dependentHardware-dependent
Swift100+ GB/s (large cluster)Yes (liberasurecode)Yes (3-replica default)Hardware-dependentHardware-dependent
AWS S3Per-prefix scalableYes (internal)Yes (cross-region)99.999999999% (11 nines)99.99% (Standard)
Google Cloud StoragePer-bucket scalableYes (internal)Yes (dual/multi-region)99.999999999%99.95% (Standard)
Azure BlobPer-account scalableYes (LRS/ZRS)Yes (GRS/GZRS)99.999999999% (LRS 11 nines)99.9% (hot)
Cloudflare R2Per-bucket scalableYes (internal)Yes (multi-region)Not published (implied high)99.9%
Backblaze B2Per-account scalableYes (internal)No cross-region99.999999999%99.9%
WasabiPer-bucket scalableYes (internal)Yes (multi-region)99.999999999%99.9%
DigitalOcean SpacesPer-Space limitsYes (internal)No cross-regionNot published99.5%
Linode Object StoragePer-bucket limitsYes (internal)No cross-regionNot published99.9%
Vultr Object StoragePer-bucket limitsYes (internal)No cross-regionNot published99.5%
IDrive e2Per-bucket scalableYes (internal)Yes (multi-region)99.999999999%99.9%
StorjDistributed (global)Yes (Reed-Solomon 29/80)Distributed across nodes99.9999999% (9 nines)99.95%
Oracle CloudPer-bucket scalableYes (internal)Yes (cross-region)99.999999999%99.9%
TigrisGlobally distributedYes (internal)Yes (auto-replicate)Not published99.9%

Note: Self-hosted durability depends entirely on cluster size, erasure coding configuration, and hardware quality. There is no inherent durability SLA – it is determined by the deployment architecture.


Storage Features

ToolVersioningObject Locking / WORMLifecycle PoliciesStorage ClassesEncryption (at-rest)Encryption (in-transit)
MinIOYesYes (compliance + governance)Yes (ILM rules)Tiered (hot/warm/cold)Yes (SSE-S3, SSE-KMS)Yes (TLS)
RustFSYesPartialYesTieredYes (SSE-S3)Yes (TLS)
Ceph (RGW)YesYesYes (lifecycle)Storage classes via placementYes (SSE-S3, SSE-KMS)Yes (TLS)
SeaweedFSPartialNoPartial (TTL)No native classesYes (at-rest optional)Yes (TLS)
GarageNoNoNoNoYes (at-rest optional)Yes (TLS)
OpenIOYesYesYesPolicy-based tieringYes (at-rest)Yes (TLS)
SwiftYesNoYes (expirer)Storage policiesYes (at-rest)Yes (TLS)
AWS S3YesYes (compliance + governance)Yes (full ILM)Standard, IA, OIA, Glacier, Glacier DA, Express OZYes (SSE-S3, SSE-KMS, SSE-C)Yes (TLS)
Google Cloud StorageYesYes (retention policies)Yes (full ILM)Standard, Nearline, Coldline, ArchiveYes (default AES-256, CMEK)Yes (TLS)
Azure BlobYes (snapshots)Yes (immutability policies)Yes (full ILM)Hot, Cool, Cold, ArchiveYes (AES-256, CMK)Yes (TLS)
Cloudflare R2NoNoYes (expiration)Single classYes (at-rest)Yes (TLS)
Backblaze B2NoYes (file lock)Yes (lifecycle)Single classYes (SSE-B2, SSE-C)Yes (TLS)
WasabiYesYes (WORM compliance)YesSingle classYes (at-rest, SSE-C)Yes (TLS)
DO SpacesNoNoYes (expiration)Single classYes (at-rest)Yes (TLS)
Linode Object StorageNoNoYes (expiration)Single classYes (at-rest)Yes (TLS)
Vultr Object StorageNoNoNoSingle classYes (at-rest)Yes (TLS)
IDrive e2YesYesYesSingle classYes (at-rest)Yes (TLS)
StorjNoNoNoSingle classYes (client-side default)Yes (TLS)
Oracle CloudYesYes (retention rules)YesStandard, Infrequent, ArchiveYes (SSE, CMK)Yes (TLS)
TigrisNoNoYesAuto-tiered (shadow)Yes (at-rest)Yes (TLS)

Multi-Site & Replication

ToolCross-Region ReplicationActive-ActiveGeo-RedundancyFailover
MinIOYes (site replication)Yes (active-active)Yes (multi-site)Automatic with site replication
RustFSYes (site replication)PlannedYesManual / planned automatic
Ceph (RGW)Yes (multi-zone sync)Yes (multi-zone active)Yes (multi-zone)Automatic zone failover
SeaweedFSYes (async replication)No (active-passive)YesManual failover
GarageYes (built-in, 3-zone)Yes (multi-zone)Yes (zone-aware layout)Automatic (quorum-based)
OpenIOYes (cross-site)YesYesAutomatic
SwiftYes (container sync)No (async)Yes (region-aware)Manual
AWS S3Yes (CRR, SRR)No (active-passive CRR)Yes (multi-region)Manual (or S3 Multi-Region AP)
GCSYes (dual/multi-region)Automatic (multi-region)YesAutomatic
Azure BlobYes (GRS, GZRS, ORS)Yes (RA-GRS read)YesAutomatic (managed failover)
Cloudflare R2Automatic (global)Yes (automatic)Yes (global edge)Automatic
Backblaze B2NoNoNoNo
WasabiYes (multi-region)NoYesManual
DO SpacesNoNoNo (single datacenter)No
LinodeNoNoNoNo
VultrNoNoNoNo
IDrive e2YesNoYesManual
StorjAutomatic (distributed)Yes (decentralized)Yes (global distribution)Automatic
Oracle CloudYes (cross-region copy)NoYesManual
TigrisAutomatic (global)Yes (automatic)Yes (multi-region)Automatic

Access Control & Security

ToolIAM PoliciesBucket PoliciesACLsSTS (Temp Creds)SSE-S3SSE-KMS
MinIOYes (full IAM)YesYesYes (OIDC, LDAP, AD)YesYes (KES / Vault / KMS)
RustFSYesYesYesYesYesPartial
Ceph (RGW)YesYesYesYes (STS)YesYes (Vault, Barbican)
SeaweedFSPartial (ACL-based)NoYesNoYes (optional)No
GaragePartial (key-based)NoNoNoNo (planned)No
OpenIOYesYesYesYesYesYes
SwiftYes (Keystone IAM)No (ACL-based)YesYes (Keystone tokens)YesYes
AWS S3Yes (full IAM)YesYes (legacy)Yes (STS, Cognito)YesYes (AWS KMS, CMK)
GCSYes (GCP IAM)Yes (uniform)Yes (fine-grained)Yes (service accounts)Yes (default)Yes (CMEK, Cloud KMS)
Azure BlobYes (Azure RBAC)No (use RBAC)NoYes (SAS tokens, AD)Yes (default)Yes (Azure Key Vault)
Cloudflare R2Partial (API tokens)NoNoNoYes (default)No
Backblaze B2Partial (app keys)NoNoNoYes (SSE-B2)No
WasabiYes (full IAM)YesYesYesYesNo
DO SpacesPartial (API keys)NoYesNoYesNo
LinodePartial (API tokens)NoYesNoYesNo
VultrPartial (API keys)NoNoNoYesNo
IDrive e2YesYesYesYesYesNo
StorjPartial (API grants)NoNoPartial (macaroons)Yes (client-side)No
Oracle CloudYes (OCI IAM)YesNoYesYesYes (OCI Vault)
TigrisYesYesNoYesYesNo

SSO / Identity

ToolOIDCLDAPADAuthentik Notes
MinIOYes (STS federation)YesYes (via LDAP)STS AssumeRoleWithWebIdentity with Authentik OIDC; LDAP for policy mapping
RustFSYes (STS)YesYes (via LDAP)Same STS model as MinIO; Authentik as OIDC provider
Ceph (RGW)Yes (STS)Yes (Keystone)Yes (Keystone)STS with OIDC; Keystone integration for enterprise IdP
SeaweedFSNoNoNoAccess key only; no SSO integration; service account use
GarageNoNoNoAccess key only; no SSO; admin CLI for key management
OpenIOYesYesYesSupports external IdP via plugin; Authentik as OIDC provider
SwiftYes (Keystone)Yes (Keystone)Yes (Keystone)Keystone supports OIDC federation; Authentik as IdP
AWS S3Yes (Cognito, IAM)No (use SSO)Yes (AD Connector)AWS SSO with Authentik as SAML/OIDC IdP; STS federation
GCSYes (GCP IAM)NoYes (Workspace)Workforce Identity Federation with Authentik OIDC
Azure BlobYes (Entra ID)Yes (AD DS)Yes (native)Entra ID with Authentik as federated IdP
Cloudflare R2NoNoNoAPI token only; dashboard SSO via Cloudflare Access
Backblaze B2NoNoNoAPI key only; no SSO for storage access
WasabiYes (SSO console)NoNoConsole SSO via SAML; S3 access via IAM keys
DO SpacesNoNoNoAPI key only; team SSO on DO console (not S3)
LinodeNoNoNoAPI token only; no storage-level SSO
VultrNoNoNoAPI key only; no storage-level SSO
IDrive e2NoNoNoDashboard SSO; S3 access via keys only
LakeFSYes (OIDC)YesYes (via LDAP)Native OIDC support; Authentik as provider
StorjNoNoNoAPI grants (macaroons); no SSO
Oracle CloudYes (OCI IAM)YesYes (IDCS)OCI IAM federation with Authentik SAML/OIDC
TigrisYesNoNoFly.io SSO; custom OIDC federation

Best SSO support: MinIO (OIDC STS, LDAP), Ceph (Keystone + STS), AWS S3 (IAM + Cognito), LakeFS (native OIDC)

No SSO: SeaweedFS, Garage, Cloudflare R2, Backblaze B2, Storj, DigitalOcean Spaces, Linode, Vultr (access key only)


Monitoring Integration

ToolTelegraf MetricsFluent Bit LogsGrafana Dashboards
MinIOYes (prometheus input on /minio/v2/metrics/cluster)Yes (audit webhook to HTTP input; container logs)Yes (official dashboards: cluster, bucket, node)
RustFSYes (prometheus input; MinIO-compatible endpoint)Yes (container stdout/stderr)Yes (MinIO-compatible dashboards)
Ceph (RGW)Yes (prometheus input on Ceph Mgr module)Yes (tail or systemd input for RGW logs)Yes (official dashboards: cluster, OSD, RGW)
SeaweedFSYes (prometheus input on metrics endpoint)Yes (container logs)Community dashboards
GarageYes (prometheus input on admin port)Yes (container logs)Community dashboards
OpenIOYes (prometheus input)Yes (container/syslog)Community dashboards
SwiftYes (prometheus input via statsd_exporter or swift-informant)Yes (syslog or container logs)Community dashboards
AWS S3Yes (cloudwatch input for S3 metrics)Yes (S3 server access logs via Fluent Bit S3 input)Yes (CloudWatch data source)
GCSYes (stackdriver input for GCS metrics)Yes (GCS audit logs via Pub/Sub)Yes (Google Cloud Monitoring data source)
Azure BlobYes (azure_monitor input)Yes (Azure diagnostic logs)Yes (Azure Monitor data source)
Cloudflare R2Limited (Cloudflare API)Limited (Workers logs)Limited (custom API queries)
Backblaze B2Limited (API polling)No native log exportLimited (custom API queries)
WasabiLimited (API polling)No native log exportLimited (custom)
DO SpacesLimited (DO API metrics)LimitedLimited
LinodeLimited (Linode API)LimitedLimited
VultrLimited (Vultr API)LimitedLimited
IDrive e2LimitedLimitedLimited
StorjLimited (satellite API)NoLimited
Oracle CloudYes (oci input or API)Yes (OCI Logging)Yes (OCI data source)
TigrisLimited (API metrics)LimitedLimited

Best monitoring integration: MinIO, Ceph, RustFS (Prometheus metrics, structured logs, official Grafana dashboards).

Cloud providers: AWS S3 has the best cloud monitoring integration via CloudWatch + Grafana data source.


Tools

26 tools.

AWS S3

Amazon Simple Storage Service (S3) is the original and defining cloud object storage service, launched in 2006. S3 established the API standard that nearly all competing object storage services now emulate.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Azure Blob Storage

Azure Blob Storage is Microsoft’s cloud object storage service, tightly integrated with the Azure ecosystem and Microsoft 365.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Backblaze B2

Backblaze B2 is a low-cost, S3-compatible cloud object storage service priced at roughly one-fifth the cost of AWS S3.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Ceph (RADOS Gateway)

Ceph is a unified distributed storage platform providing object, block, and file storage in a single cluster.

License: LGPL-2.1-or-later (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Cloudflare R2

Cloudflare R2 is an S3-compatible object storage service with a defining differentiator: zero egress fees.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

DigitalOcean Spaces

DigitalOcean Spaces is an S3-compatible object storage service designed for simplicity and predictable pricing.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Garage

Garage is a lightweight, self-hosted, S3-compatible object storage system built by Deuxfleurs, a French self-hosting collective.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Google Cloud Storage

Google Cloud Storage (GCS) is Google’s unified object storage service offering high durability, strong consistency, and deep integration with the Google Cloud ecosystem.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

IDrive e2

IDrive e2 is an S3-compatible cloud object storage service offering the lowest per-GB pricing among major providers at $0.004/GB/month ($4/TB/month).

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

LakeFS

LakeFS is a Git-like version control system for data lakes that provides branching, committing, merging, and reverting operations over object storage.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker, k8s · SSO: none

Website · Source

Linode Object Storage (Akamai)

Linode Object Storage, now part of Akamai Connected Cloud, is an S3-compatible object storage service offering simple pricing and integration with Akamai’s global CDN and compute infrastructure.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

MinIO

MinIO is the most widely deployed self-hosted S3-compatible object storage platform, with over 60,000 GitHub stars and billions of Docker pulls before its open-source repository was archived in February 2026.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

MinIO Client (mc)

MinIO Client (mc) is a command-line tool that provides UNIX-like commands for interacting with any S3-compatible object storage.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: saas, docker, k8s, package · SSO: none

Website · Source

OpenIO

OpenIO SDS (Software-Defined Storage) is a distributed object storage platform designed for large-scale unstructured data, Big Data, HPC, and AI workloads.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

OpenStack Swift

OpenStack Swift is the object storage component of the OpenStack cloud platform. It provides a large-scale distributed object store with its own Swift API and an S3-compatible middleware layer (s3api).

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Oracle Cloud Object Storage

Oracle Cloud Infrastructure (OCI) Object Storage is a scalable, durable object storage service within the Oracle Cloud ecosystem.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC

Website

Rclone

Rclone is a command-line program for managing files on cloud storage, often described as “rsync for cloud storage.” It supports over 70 cloud storage providers including Amazon S3, Google Cloud Storage, Azure Blob, Backblaze B2, Cloudflare…

License: MIT (OSS) · Kind: web · Deploy: saas, docker, native, package · SSO: none

Website · Source

RustFS

RustFS is a high-performance, S3-compatible distributed object storage system written in Rust, offering erasure coding, single-node and distributed modes, and a web console under a permissive Apache-2.0 license.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

S3-to-Filesystem Backup Strategy

SaaS tools that store data in S3-compatible object storage (or expose data via S3 APIs) need a reliable backup mechanism that:

License: Proprietary (proprietary) · Kind: web · Deploy: saas, docker, native, k8s, package · SSO: none

Website

S3cmd

S3cmd is a command-line tool for uploading, retrieving, and managing data in Amazon S3 and other S3-compatible storage services.

License: GPL-2.0-only (OSS) · Kind: web · Deploy: saas, docker, package · SSO: none

Website · Source

S3Proxy

S3Proxy is a Java-based proxy server that implements the S3 API and translates requests to other storage backends.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

SeaweedFS

SeaweedFS is an open-source distributed storage system for blobs, objects, and files, offering O(1) disk seek for small files, an S3-compatible gateway, erasure coding, and cross-datacenter replication.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Storj

Storj (pronounced “storage”) is a decentralized cloud storage platform that distributes encrypted, erasure- coded data fragments across a global network of independent storage node operators.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, saas · SSO: none

Website · Source

Tigris

Tigris is a globally distributed, S3-compatible object storage service built on FoundationDB, with automatic access-based data placement, storage tiers, object versioning, and zero egress fees.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Vultr Object Storage

Vultr Object Storage is an S3-compatible object storage service offered as part of Vultr’s cloud infrastructure platform.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Wasabi

Wasabi provides hot cloud storage at cold storage prices, offering S3-compatible object storage at roughly $7/TB/month with no egress or API request fees.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

ResorsIT Tools Catalog Search