MerginMaps / MerginMaps/media-sync
MinIO -> S3
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Now that MinIO is pretty much dead, we should update the project to reflect that it's about S3 rather than MinIO in particular:
- driver `minio` should be renamed to `s3` (with backwards compatibility) and config vars should be renamed (e.g. `MINIO__ACCESS_KEY` to `S3__ACCESS_KEY`)
- `README.md` should talk about AWS S3 instead of MinIO. There should be a working example how to run it with AWS S3. It would be good to also show how to use an open source alternative (e.g. RustFS)
- `docs/quick_start.md` has to be updated to use AWS S3 instead of MinIO (it's even using very old screenshots 🤯 )
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the current `minio` driver and configuration handling, then review `README.md` and `docs/quick_start.md` for MinIO-specific names, examples, and screenshots. Update the driver and variable names with backward compatibility, and make the documentation demonstrate AWS S3 plus an open-source alternative; done means the examples and configuration reflect the new S3 naming.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud, documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100