We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef553d commit d51b0bfCopy full SHA for d51b0bf
CHANGELOG.rst
@@ -1,6 +1,24 @@
1
django-storages CHANGELOG
2
=========================
3
4
+1.14.6 (2025-04-01)
5
+*******************
6
+
7
+Google Cloud
8
+------------
9
10
+- Add option to sign URLs via IAM Blob API (`#1427`_)
11
12
+S3
13
+--
14
15
+- Fix ``exists`` calls when using SSE-C (`#1451`_)
16
+- Default ``url_protocol`` to ``https:`` if set to ``None`` (`#1483`_)
17
18
+.. _#1427: https://github.com/jschneier/django-storages/pull/1427
19
+.. _#1451: https://github.com/jschneier/django-storages/pull/1451
20
+.. _#1483: https://github.com/jschneier/django-storages/pull/1483
21
22
1.14.5 (2025-02-15)
23
*******************
24
0 commit comments