We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b239095 + fb585bc commit 53af304Copy full SHA for 53af304
README.rst
@@ -116,8 +116,8 @@ Use the following settings to configure the S3 file storage. You must provide at
116
# extra characters appended.
117
AWS_S3_FILE_OVERWRITE = False
118
119
- # If True, use default behaviour for boto3 of using threads when doing S3 operations. If gevent or similar
120
- # 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.
121
AWS_S3_USE_THREADS = True
122
123
# Max pool of connections for massive S3 interactions
0 commit comments