dennisv / django-storage-swift

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

amend modified time method to support new django file api #115

Open euven opened 3 weeks ago

euven commented 3 weeks ago

Fixes #114

euven commented 3 weeks ago

I'm also wondering if we can remove the makedirs and rmtree methods? I cannot see where/how they're used? Let me know and I can get rid of them as part of this work.