You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate functions for getting a file's length, util.get_file_length(), and
a file's hashes, util.get_file_hashes() (#259)
Changed
Improved documentation for abstract storage interface (#240)
Change PATHS_SCHEMA to be any non-empty string (#244)
Updated keys.format_metadata_to_key() to take an optional list of hashing
algorithms rather than requiring users modify settings.HASH_ALGORITHMS to
change this behaviour (#227)
Rather than silently ignoring empty paths, throw an exception on empty file
path in storage.FileSystemBackend.create_folder (#252)