Skip to content

Commit

Permalink
fix(sse-c): bump django-storages to include fix for head_object
Browse files Browse the repository at this point in the history
This fixes an error that occurs when server-side encryption is enabled
and multiple templates are uploaded with the same filename.
  • Loading branch information
czosel committed Sep 18, 2024
1 parent 99d7422 commit b0a9601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ django-cors-headers = "^4.4.0"
django-environ = "^0.11.2"
django-filter = "^24.2"
django-generic-api-permissions = "^0.4.6"
django-storages = "^1.14.3"
django-storages = {git = "https://github.com/adfinis-forks/django-storages", rev = "s3-head-object-sse-c"}
djangorestframework = "^3.15.2"
docx-mailmerge2 = "^0.8.0"
docxtpl = ">=0.17,<0.19"
Expand Down

0 comments on commit b0a9601

Please sign in to comment.