Commit 15e55009 authored by Diederik van der Boor's avatar Diederik van der Boor
Browse files

Bump to v1.1.1

parent b3c7a901
Changelog
=========
Version 1.1.1 (2017-02-17)
--------------------------
* Implement proxying S3 content when ``AWS_PRIVATE_QUERYSTRING_AUTH`` is disabled.
This can also be explicitly enabled using ``PRIVATE_STORAGE_S3_REVERSE_PROXY = True``.
Version 1.1 (2017-02-07)
------------------------
......
......@@ -91,6 +91,7 @@ All other settings should be explicitly defined with ``AWS_PRIVATE_...`` setting
By default, all URLs in the admin return the direct S3 bucket URls, with the `query parameter authentication`_ enabled.
When ``AWS_PRIVATE_QUERYSTRING_AUTH = False``, all file downloads are proxied through our ``PrivateFileView`` URL.
This behavior can be enabled explicitly using ``PRIVATE_STORAGE_S3_REVERSE_PROXY = True``.
To have encryption either configure ``AWS_PRIVATE_S3_ENCRYPTION``
and ``AWS_PRIVATE_S3_SIGNATURE_VERSION`` or use:
......
# following PEP 440
__version__ = "1.1"
__version__ = "1.1.1"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment