dennisv / django-storage-swift

OpenStack Swift storage backend for Django
MIT License
86 stars 59 forks source link

Custom domain for object storage makes URL function serve incorrect path #90

Closed Seiferek closed 7 years ago

Seiferek commented 7 years ago

My mistake. Nevermind. Good Job!

BTW. It's possible to serve one type of file from other object storage? E.g: JS files from object storage [1] CSS files from object storage [2] TXT files from object storage [3] etc.?

einarf commented 7 years ago

I'm sure it's possible to support splitting files up in different storage backends, but that's more up to the staticfiles package in Django. You could customize that to fit your needs.