minio/pkg/ioutil
stefan-work f001e99fcd
create the final file with mode 0666 for multipart-uploads (#9173)
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.
2020-03-20 15:32:15 -07:00
..
append-file_nix.go create the final file with mode 0666 for multipart-uploads (#9173) 2020-03-20 15:32:15 -07:00
append-file_windows.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
ioutil.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
ioutil_test.go Detect underlying disk mount/unmount (#8408) 2019-10-25 10:37:53 -07:00