Enable Azure BlobStorage as an alternative to AWS S3
This adds a new storage backend for Azure BlobStorage, I'm running this patch in Azure Kubernetes hosting all my assets in Azure BlobStorage and it's been stable enough I thought I should commit this back upstream.
This commit is contained in:
parent
66ce298001
commit
f8e60f4a89
4 changed files with 34 additions and 0 deletions
|
@ -23,6 +23,7 @@ responses==0.22.0
|
|||
pytz>=2022.7
|
||||
boto3==1.26.57
|
||||
django-storages==1.13.2
|
||||
django-storages[azure]
|
||||
django-redis==5.2.0
|
||||
opentelemetry-api==1.11.1
|
||||
opentelemetry-exporter-otlp-proto-grpc==1.11.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue