eldarion / django-gapc-storage

a Django storage backend using GCS JSON API
10 stars 9 forks source link

Add support for the django Storage class listdir method #21

Open db654 opened 6 years ago

db654 commented 6 years ago

In trying to use this storage backend with a file upload module that contains a browse view, I found that the GoogleCloudStorage class doesn't have an override for the needed listdir method.

Would this be possible to add? Thanks!