Django-private-storage

Latest version: v3.1.1

Safety actively analyzes 630130 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.1.1

--------------------------

* Implement proxying S3 content when ``AWS_PRIVATE_QUERYSTRING_AUTH`` is disabled.
This can also be explicitly enabled using ``PRIVATE_STORAGE_S3_REVERSE_PROXY = True``.

1.1

------------------------

* Allow to configure the storage class, using ``PRIVATE_STORAGE_CLASS``.
There are 3 storage classes available:

* ``private_storage.storage.files.PrivateFileSystemStorage`` - the original, default.
* ``private_storage.storage.s3boto3.PrivateS3BotoStorage`` - S3 bucket, based on django-storages_.
* ``private_storage.storage.s3boto3.PrivateEncryptedS3BotoStorage`` - S3 bucket with encryption.

* Added ``PrivateStorageView.get_path()`` method for easier reuse.
* Added ``PrivateStorageDetailView`` for easier reuse in projects.
* Added ``deconstructible`` for storage classes.
* Added ``private_storage.servers.DjangoStreamingServer`` to support streaming data from non-filesystem storages.
* Dropped Django 1.6 support.

1.0.2

--------------------------

* Fixed Python 3 issue with lazy URL resolving.
* Fixed ``TypeError`` when calling the access check function.
* Fixed file serving with ``PRIVATE_STORAGE_SERVER`` set to ``django``.

1.0.1

--------------------------

* Fixed packaging NL translation
* Fixed error message for too large files.

1.0

------------------------

First PyPI release.

The module design has been stable for quite some time,
so it's time to show this module to the public.


.. _django-storages: https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.