Is your feature request related to a problem? Please describe.
Minio is archived
Alternatives:
- RustFS, SeaweedFS. These are the fastest
- Garage works really well for my homelab, single binary, etc. But not sure about PyPI scale...
- Im not super happy about GHSA-h956-rh7x-ppgj and the whole AI drama (and i'm like.. the biggest fan of AI as a tool.)
Describe the solution you'd like
Swap to native S3 or one of the alternatives above
Basic Example
No response
Describe alternatives you've considered
No response
Drawbacks and Impact
No response
Additional context
We currently use postgres as a cache (pydotorg/settings/cabotage.py:16-19 — uses django.core.cache.backends.db.DatabaseCache)
Is your feature request related to a problem? Please describe.
Minio is archived
Alternatives:
Describe the solution you'd like
Swap to native S3 or one of the alternatives above
Basic Example
No response
Describe alternatives you've considered
No response
Drawbacks and Impact
No response
Additional context
We currently use postgres as a cache (pydotorg/settings/cabotage.py:16-19 — uses
django.core.cache.backends.db.DatabaseCache)