We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9086e9e commit be29152Copy full SHA for be29152
1 file changed
sebs/storage/minio.py
@@ -264,11 +264,6 @@ def get_connection(self) -> minio.Minio:
264
Returns:
265
minio.Minio: Configured MinIO client
266
"""
267
- self.logging.info(
268
- "Creating MinIO client connection address=%s access_key_length=%d",
269
- self._cfg.address,
270
- len(self._cfg.access_key),
271
- )
272
return minio.Minio(
273
self._cfg.address,
274
access_key=self._cfg.access_key,
0 commit comments