stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

improved detection of files and directories in GoogleStorageMixin #129

Open jesteria opened 5 years ago

jesteria commented 5 years ago

filebrowser_safe performed oddly against Google Cloud Storage, inappropriately considering files to be directories and vice-versa.

the changeset handles edge cases in isfile() and correctly iterates the file+dir listing returned by listdir().

jesteria commented 5 years ago

(Build errors appear unrelated.)