Replace MinIO with an alternative S3-compatible storage for local development
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Aptitud para principiantes
- 25/100
Línea de trabajo
Start by reviewing docker-compose.yml and the current S3 integration, then compare Garage and LocalStack against the listed GET, PUT, DELETE, and LIST needs. Test the selected alternative with boto3 and django-storages, including local media uploads. Done means docker-compose.yml, CLAUDE.md, README, and any MinIO references use the chosen solution and local development remains compatible with production S3.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Problem
MinIO has entered maintenance mode and is no longer actively developed for the open-source community. The MinIO team is now focusing on a commercial, paid version.
Reference: https://github.com/minio/minio/commit/27742d469462e1561c776f88ca7a1f26816d69e2
This means that for local development, we should migrate away from MinIO to ensure we have a well-maintained and actively supported S3-compatible storage solution.
Current Usage
MinIO is currently used in our docker-compose.yml for local S3-compatible object storage during development. This allows developers to test S3 integration locally without needing AWS credentials.
Proposed Alternatives
1. Garage (Recommended to investigate first)
Website: https://garagehq.deuxfleurs.fr/
GitHub: https://git.deuxfleurs.fr/Deuxfleurs/garage
Pros:
- Lightweight and designed for self-hosting
- S3-compatible API
- Active development by Deuxfleurs
- Open-source (AGPL-3.0)
- Good documentation
Cons:
- Smaller community compared to MinIO
- Need to evaluate maturity and stability
2. LocalStack
Website: https://localstack.cloud/
GitHub: https://github.com/localstack/localstack
Pros:
- Very popular for local AWS development
- Emulates multiple AWS services (not just S3)
- Well-documented
- Large community
- Actively maintained
Cons:
- More heavyweight (emulates many AWS services we don't need)
- Some advanced features require a paid license
- May be overkill if we only need S3
3. Other Options to Consider
- MinIO fork: Check if there's an active community fork
- AWS S3 LocalStack: Use only the S3 component of LocalStack
- SeaweedFS: Another distributed storage system with S3 compatibility
- Ceph with RGW: More complex but enterprise-grade
Tasks
- Research and compare Garage vs LocalStack for our specific use case
- Test chosen alternative with our current S3 integration
- Update
docker-compose.ymlto use the new solution - Update development documentation (CLAUDE.md, README)
- Test that media uploads work correctly in local development
- Ensure compatibility with production S3 usage (boto3, django-storages)
Additional Context
Our production setup uses AWS S3 with boto3 and django-storages. The local development alternative must be compatible with the same boto3 S3 API to ensure consistency between development and production environments.
Files to update:
docker-compose.ymlCLAUDE.md(development setup instructions)- Any scripts or documentation referencing MinIO
Questions
- Do we need any S3 features beyond basic object storage (GET, PUT, DELETE, LIST)?
- Are there any MinIO-specific configurations we're using that need equivalent support?
- Should we prioritize lightweight (Garage) or feature-complete (LocalStack)?
- Lenguaje dominante
- Python
- Estrellas
- 17
- Forks
- 27
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de PythonIreland/website
-
PSF Grant -Urgent Abierto
Dificultad 5/5 Más de una semana Aptitud para principiantes 15/100
PythonIreland/website#205 ·
-
Sponsorship Brochure- Urgent! Abierto
Dificultad 3/5 1-2 días Aptitud para principiantes 25/100
PythonIreland/website#204 ·
-
dependencies enhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 52/100
PythonIreland/website#187 ·
-
dependencies enhancement
Dificultad 4/5 3-5 días Aptitud para principiantes 25/100
PythonIreland/website#184 · 8 comentarios ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 38/100
PythonIreland/website#171 ·
Todos los issues de PythonIreland/website
Issues similares
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
rules
Dificultad 1/5 Menos de una hora Aptitud para principiantes 90/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
huggingface/Repo2RLEnv#163 · 1 comentario ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 95/100
huggingface/sentence-transformers#4074 ·
-
comp/dashboard invalid P3
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
NousResearch/hermes-agent#121143 ·