django-backblaze-b2
django-backblaze-b2 copied to clipboard
A storage backend for Django that uses Backblaze's B2 APIs
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.5. Release notes Sourced from ruff's releases. 0.6.5 Release Notes Preview features [pydoclint] Ignore DOC201 when function name is "new" (#13300) [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188)...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.0. Release notes Sourced from pytest-django's releases. v4.9.0 https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v490-2024-09-02 Changelog Sourced from pytest-django's changelog. v4.9.0 (2024-09-02) Compatibility ^^^^^^^^^^^^^ Added official support for Django 5.1. Dropped...
I have an issue with accessing files form private bucket. I managed to setup working uploads but i cannot figure out on how to generate signed urls. This is my...