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 🤯 )
Now that MinIO is pretty much dead, we should update the project to reflect that it's about S3 rather than MinIO in particular:
minioshould be renamed tos3(with backwards compatibility) and config vars should be renamed (e.g.MINIO__ACCESS_KEYtoS3__ACCESS_KEY)README.mdshould 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.mdhas to be updated to use AWS S3 instead of MinIO (it's even using very old screenshots 🤯 )