A lightweight S3-compatible object storage service using Walrus as the backend storage engine and PostgreSQL for metadata management.
- S3 API compatibility
- Scalable object storage with Walrus backend
- Robust metadata management using PostgreSQL
- Support for basic S3 operations (PUT, GET, DELETE, LIST)
- Clone the repository:
git clone https://github.com/chainbase-labs/WalruS3.git
cd WalruS3
- Start the services:
docker-compose up -d
This will start:
- WalruS3 service on port 9000
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.