We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2c9f5 commit 27018e3Copy full SHA for 27018e3
1 file changed
app/utils/minio_utils.py
@@ -280,7 +280,6 @@ def get_minio_object_list(object_path: str, minio_client, bucket_name: str, recu
280
object_list = [obj for obj in response]
281
282
response.close()
283
- response.release_conn()
284
285
except S3Error as s3_error:
286
logging.error(f"MinIO S3 Error: {s3_error}")
0 commit comments