minio/pkg/disk
Harshavardhana 497f13d733 api: Various fixes.
- limit list buckets to limit only 100 buckets, all uppercase buckets
  are now lowercase and work transparently with all calls.
- Change disk.Stat to disk.GetInfo and return back disk.Info{} struct.
- Introduce new ioutils package which implements ReadDirN(path, n),
  ReadDirNamesN(path, n)
2016-01-25 16:08:27 -08:00
..
disk.go api: Various fixes. 2016-01-25 16:08:27 -08:00
disk_test.go api: Various fixes. 2016-01-25 16:08:27 -08:00
stat_nix.go api: Various fixes. 2016-01-25 16:08:27 -08:00
stat_windows.go api: Various fixes. 2016-01-25 16:08:27 -08:00
type_darwin.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
type_linux.go Fix portability issues for arm on raspberry pi 2015-10-20 11:22:00 -07:00
type_windows.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00