2 Repos
Adapters and drivers that enable applications to interface with S3-compatible object storage services.
Distinguishing note: Focuses on the driver-level implementation for S3 compatibility rather than general cloud storage management.
Explore 2 awesome GitHub repositories matching data & databases · Object Storage Drivers. Refine with filters or upvote what's useful.
Alist is a unified cloud storage gateway that aggregates disparate remote storage providers into a single, navigable virtual file system. By acting as a remote file system proxy, it decouples file operations from specific provider implementations, allowing users to browse, download, and manage files across heterogeneous backends through a standardized interface. The platform utilizes a driver-based storage abstraction that translates generic file system operations into provider-specific API calls. This architecture supports a wide range of cloud storage services, S3-compatible object storage,
Connect S3-compatible object storage as a file system driver by providing credentials, bucket details, and custom endpoint settings to enable remote file access and management.
Rustfs is a distributed object storage system designed for high availability and horizontal scalability. It functions as a cluster-based platform that manages data across multiple nodes, providing a self-hosted infrastructure for large-scale storage requirements. The system is built to be container-native, utilizing an operator to automate deployment and management within orchestrated environments. It provides compatibility with standard object storage protocols, allowing existing applications and tools to interact with the storage layer through a translation interface. To ensure long-term re
Handle data uploads, downloads, and versioning for data lakes and artificial intelligence workloads using standard object storage protocols.