MerginMaps / MerginMaps/media-sync

MinIO -> S3

Open
#56 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.