Skip to content

Commit 0826147

Browse files
authored
refactor: add more changelog and readme
1 parent 8d462ba commit 0826147

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
django-s3-storage changelog
22
===========================
33

4+
0.13.11
5+
-------
6+
7+
- Added ``AWS_S3_CONNECT_TIMEOUT`` setting (@roriz).
8+
49
0.13.10
510
-------
611

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ Use the following settings to configure the S3 file storage. You must provide at
120120
# is used it must be disabled
121121
AWS_S3_USE_THREADS = True
122122
123+
# Max pool of connections for massive S3 interactions
124+
AWS_S3_MAX_POOL_CONNECTIONS = 10
125+
126+
# Time to raise timeout when submitting a new file
127+
AWS_S3_CONNECT_TIMEOUT = 60
128+
123129
**Important:** Several of these settings (noted above) will not affect existing files. To sync the new settings to
124130
existing files, run ``./manage.py s3_sync_meta django.core.files.storage.default_storage``.
125131

0 commit comments

Comments
 (0)