Multi-Storage Client (MSC)¶
The Multi-Storage Client (MSC) is a unified high-performance Python client for object and file stores such as AWS S3, Azure Blob Storage, Google Cloud Storage (GCS), NVIDIA AIStore, Oracle Cloud Infrastructure (OCI) Object Storage, POSIX file systems, and more.
It provides a generic interface to interact with objects and files across various storage services. This lets you spend less time learning each storage service’s unique interface and lets you change where data is stored without having to change how your code accesses it.
Introduction
Advanced Usage
- Replicas
- Rust Client
- Multi-Storage File System (MSFS)
- Overview
- Key Features
- Installation
- Configuration
- Environment Variables
- Usage
- Basic Usage
- Mount Helpers
- Automatic Mounting with /etc/fstab
- Dynamic Configuration Reload
- Performance
- Cache Configuration
- Read Performance
- Observability
- Configuration
- Metrics Exported
- Logs
- Development
- Docker Development Environment
- Testing
- Deployment
- Building for Production
- Docker Deployment
- Troubleshooting
- Common Issues
- Debug Mode
- Limitations
- See Also
References
Indices