Skip to content

Commit

Permalink
refactor: add more changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roriz committed Nov 26, 2022
1 parent 8d462ba commit 0826147
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
django-s3-storage changelog
===========================

0.13.11
-------

- Added ``AWS_S3_CONNECT_TIMEOUT`` setting (@roriz).

0.13.10
-------

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ Use the following settings to configure the S3 file storage. You must provide at
# is used it must be disabled
AWS_S3_USE_THREADS = True
# Max pool of connections for massive S3 interactions
AWS_S3_MAX_POOL_CONNECTIONS = 10
# Time to raise timeout when submitting a new file
AWS_S3_CONNECT_TIMEOUT = 60
**Important:** Several of these settings (noted above) will not affect existing files. To sync the new settings to
existing files, run ``./manage.py s3_sync_meta django.core.files.storage.default_storage``.

Expand Down

0 comments on commit 0826147

Please sign in to comment.