Skip to content

Commit

Permalink
improve change log for last release
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 18, 2022
1 parent bcc58a0 commit b8bb411
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ files are uploaded (using the ``upload_metadata`` argument), for example,
setting the cache settings, and much more. Thanks to @sumitsharansatsangi, and
@sinisaos for help reviewing.

.. code-block:: python
S3MediaStorage(
...,
# Cache the file for 24 hours:
upload_metadata={'CacheControl': 'max-age=86400'}
)
-------------------------------------------------------------------------------

0.42.0
Expand Down

0 comments on commit b8bb411

Please sign in to comment.