From fd304d1b3b6c4de46f67f04fec7cc31b389bc2c6 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Fri, 31 Mar 2017 15:05:27 -0300 Subject: [PATCH] Document #283 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abd085d2b..9f64c2483 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,10 @@ django-storages change log * **Remove backends deprecated in v1.5.1** (`#280`_) * Pass in the location constraint when auto creating a bucket (`#257`_, `#258`_ thanks @mattayes) +* Add support for reading ``AWS_SESSION_TOKEN`` and ``AWS_SECURITY_TOKEN`` from the environment + to ``S3Boto3Storage`` and ``S3BotoStorage``. (`#283`_ thanks @bxm156) +.. _#283: https://github.com/jschneier/django-storages/pull/280 .. _#280: https://github.com/jschneier/django-storages/pull/280 .. _#257: https://github.com/jschneier/django-storages/issues/257 .. _#258: https://github.com/jschneier/django-storages/pull/258