Skip to content

Commit 27018e3

Browse files
committed
remove erroneous response.release_conn()
1 parent fb2c9f5 commit 27018e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/utils/minio_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def get_minio_object_list(object_path: str, minio_client, bucket_name: str, recu
280280
object_list = [obj for obj in response]
281281

282282
response.close()
283-
response.release_conn()
284283

285284
except S3Error as s3_error:
286285
logging.error(f"MinIO S3 Error: {s3_error}")

0 commit comments

Comments
 (0)