Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save files in local storage as group readable
Go creates temporary files as 600 (https://github.com/golang/go/blob/334a591a3f4d868368913328b3e81ddf5b0f46fa/src/os/tempfile.go#L44), but sometimes we want the group to be able to read them (for example, for another user to back up the storage.)
- Loading branch information