minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
822 stars 318 forks source link

[docs] Missing f-string #1408

Closed butuzov closed 6 months ago

butuzov commented 6 months ago

I might be wrong...

but this looks like missing f string.

https://github.com/minio/minio-py/blob/17b69c8d3a7516f6f834c54a81509aaeaf6c7834/minio/crypto.py#L75

Am I right? Should it be fixed?

balamurugana commented 6 months ago

Free free to send a PR

butuzov commented 6 months ago

Sure, done.