Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
15e55009
Commit
15e55009
authored
Feb 07, 2017
by
Diederik van der Boor
Browse files
Bump to v1.1.1
parent
b3c7a901
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
15e55009
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)
------------------------
...
...
README.rst
View file @
15e55009
...
...
@@ -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:
...
...
private_storage/__init__.py
View file @
15e55009
# following PEP 440
__version__
=
"1.1"
__version__
=
"1.1
.1
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment