1
0
Fork 0

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:
Chris Moultrie 2023-03-05 10:05:20 -05:00
parent 66ce298001
commit f8e60f4a89
No known key found for this signature in database
4 changed files with 34 additions and 0 deletions

View file

@ -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