minio/pkg/api/minioapi
Harshavardhana 74b3d092f2 Now MinioAPI handles Content-MD5 set during putObject()
- This change also facilitates proper error response
    in case of md5 mismatch or corruption
  - TODO a test function needs to be implemented
2015-03-17 13:32:13 -07:00
..
api_test.go Now MinioAPI handles Content-MD5 set during putObject() 2015-03-17 13:32:13 -07:00
bucket_handlers.go Rename StoreBucket to CreateBucket 2015-03-11 20:14:40 -07:00
contenttype.go Update minioapi documentation 2015-02-23 16:46:48 -08:00
definitions.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
error_response.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
generic_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
headers.go Switching from base64 to hex for etag 2015-03-16 18:38:42 -07:00
object_handlers.go Now MinioAPI handles Content-MD5 set during putObject() 2015-03-17 13:32:13 -07:00
policy_handlers.go Now MinioAPI handles Content-MD5 set during putObject() 2015-03-17 13:32:13 -07:00
range.go Move from fmt.Errorf to errors.New 2015-03-15 19:41:16 -07:00
resources.go Implement delimiter, path prefix 2015-02-27 16:23:05 -08:00
response.go Switching from base64 to hex for etag 2015-03-16 18:38:42 -07:00
router.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00