From fb585bcbfc67f3e6c32fcf22d7246797b07e2b82 Mon Sep 17 00:00:00 2001 From: Scott Gigante Date: Mon, 12 Aug 2024 06:48:48 -0400 Subject: [PATCH] Clarify gevent warning in README Closes https://github.com/etianen/django-s3-storage/issues/162 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 718097b..9468a28 100644 --- a/README.rst +++ b/README.rst @@ -116,8 +116,8 @@ Use the following settings to configure the S3 file storage. You must provide at # extra characters appended. AWS_S3_FILE_OVERWRITE = False - # If True, use default behaviour for boto3 of using threads when doing S3 operations. If gevent or similar - # is used it must be disabled + # If True, use default behaviour for boto3 of using threads when doing S3 operations. + # If gevent or similar is used it must be disabled due to interaction with boto3 causing time-outs. AWS_S3_USE_THREADS = True # Max pool of connections for massive S3 interactions