CERT-Polska / karton

Distributed malware processing framework based on Python, Redis and S3.
https://karton-core.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
392 stars 45 forks source link

Remove remnants of MinIO #191

Closed chivay closed 2 years ago

chivay commented 2 years ago

Karton was migrated to boto3, however there are still a few places where mentions of MinIO remain (including the readme).

$ rg -i minio | wc -l
46
nazywam commented 2 years ago

There will definitely be some minio references -> mainly because we still use MinIO as a recommended s3 storage and we still have to deal with the deprecatead [minio] section.

That being said, I've noticed a few unneeded references. Will take care of those :+1:

cugu commented 2 years ago

MinIO is still mentioned on GitHub in the About section https://github.com/CERT-Polska/karton

See: Bildschirmfoto 2022-08-27 um 12 40 47

ripgrep won't find that 😉

nazywam commented 2 years ago

Fixed, thanks!