minio/pkgs
Harshavardhana f6a5b61b00 Make get/put more robust
- init folder if not present already in 'get()' call
  - put.go was referencing wrong args - fix it
  - if no OBJECTNAME is specified during 'get' - grab a
    list of files under "~/.minio"
  - Provide new API GetList() for ObjectStorage struct
2014-12-09 03:32:31 -08:00
..
checksum Add sha1 - AVX2 supported fast implementation, with some crc32c cleanup 2014-12-09 01:00:02 -08:00
cpu Add sha1 - AVX2 supported fast implementation, with some crc32c cleanup 2014-12-09 01:00:02 -08:00
erasure Fixes #71 - some crazy races inside erasure and simplify the code 2014-12-07 01:33:49 -08:00
gateway Refactoring file storage driver to fsstorage 2014-12-08 14:29:25 -08:00
miniotest Moving gateway and storage driver to packages 2014-11-29 14:42:22 -08:00
signify Avoid linux to be hard dependency on build 2014-12-04 01:12:10 -08:00
split Removing printlns from test code 2014-12-08 20:39:30 -08:00
storage Make get/put more robust 2014-12-09 03:32:31 -08:00
strbyteconv Removing printlns from test code 2014-12-08 20:39:30 -08:00