hyperoslo / Cache

:package: Nothing but Cache.
Other
2.96k stars 335 forks source link

Allos custom FileManager to be passed in for DiskStorage. #329

Closed keniwhat closed 1 month ago

keniwhat commented 1 month ago

On Apple Silicon M1 systems the umask value is not being used when the cached files are created. Allowing a default FileManager with explicitly sets POSIX permissions in the attributes fixes this issue.

3lvis commented 1 month ago

Thank you