minio/pkg
Harshavardhana 9666f2e5bf Relax minium object size limit, one can really upload a 0byte file
For example
~~~
$ mc ls https://s3.amazonaws.com/ferenginar/test.go
[2015-05-23 12:02:06 PDT]     0B test.go

$ curl -i -X HEAD https://s3.amazonaws.com/ferenginar/test.go
HTTP/1.1 200 OK
x-amz-id-2: ZMWLriPH+uQJ8IsaMHmuNOU/FXvdSq+s6O7ugUI9hZ695XJTNAZ1utKxh03w5Jcf
x-amz-request-id: F5A11F533B74DD8F
Date: Sat, 23 May 2015 19:19:29 GMT
Last-Modified: Sat, 23 May 2015 19:02:06 GMT
ETag: "d41d8cd98f00b204e9800998ecf8427e"
Accept-Ranges: bytes
Content-Type: binary/octet-stream
Content-Length: 0
Server: AmazonS3
~~~
2015-05-23 12:19:16 -07:00
..
api Relax minium object size limit, one can really upload a 0byte file 2015-05-23 12:19:16 -07:00
erasure More scripts and code from Minio-io to minio 2015-05-11 16:43:38 -07:00
featureflags Adding feature flags 2015-05-07 13:56:54 -07:00
iodine Change all minio-io path to minio 2015-05-11 16:23:10 -07:00
server Finish last bits of api testsuite on server 2015-05-21 02:57:03 -07:00
storage Fix some donut TODO's regarding bucket created date 2015-05-21 11:13:49 -07:00
utils add missing validate access keys after being extracted from AuthHeader 2015-05-21 19:23:47 -07:00