mirror of https://github.com/minio/minio.git
f001e99fcd
NAS gateway creates non-multipart-uploads with mode 0666. But multipart-uploads are created with a differing mode of 0644. Both modes should be equal! Else it leads to files with different permissions based on its file-size. This patch solves that by using 0666 for both cases. |
||
---|---|---|
.. | ||
append-file_nix.go | ||
append-file_windows.go | ||
ioutil.go | ||
ioutil_test.go |