jazzband / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
http://django-queued-storage.rtfd.org/
BSD 3-Clause "New" or "Revised" License
317 stars 62 forks source link

QueuedStorage has no method 'get_accessed_time' #29

Closed ashwoods closed 7 years ago

ashwoods commented 7 years ago

The test_storage_methods doesn't pass. This is one of the issues that I am considering a "magic" refactor, trading a bit of explicitness for resilience to change, but not entirely sure where the potential "leaks" with this abstraction are so I'd like to discuss this before implementing it.