minio/pkg/api
2015-05-15 21:55:59 -07:00
..
config Change all minio-io path to minio 2015-05-11 16:23:10 -07:00
logging Remove redundant WriteHeader calls 2015-05-15 20:58:28 -07:00
quota Change all minio-io path to minio 2015-05-11 16:23:10 -07:00
web Change all minio-io path to minio 2015-05-11 16:23:10 -07:00
acl.go Further fixes for ACL support, currently code is disabled in all the handlers 2015-04-22 19:31:45 -07:00
api_bucket_handlers.go HEAD request should have Content-Length for only successful response, there is no response body for errors, just header is sufficient - fixes #603 2015-05-15 21:55:59 -07:00
api_definitions.go An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
api_generic_handlers.go Remove redundant WriteHeader calls 2015-05-15 20:58:28 -07:00
api_object_handlers.go HEAD request should have Content-Length for only successful response, there is no response body for errors, just header is sufficient - fixes #603 2015-05-15 21:55:59 -07:00
api_response.go Remove redundant WriteHeader calls 2015-05-15 20:58:28 -07:00
api_router.go Avoid one last memory copy 2015-05-14 11:26:55 -07:00
api_test.go Remove unnecessary GetObjectMetadata prefix argument 2015-05-15 19:25:17 -07:00
contenttype.go Make minio work with curl and browsers again 2015-04-29 20:17:26 -07:00
errors.go Implement proper errors for Multipart 2015-05-08 02:02:51 -07:00
headers.go Remove redundant WriteHeader calls 2015-05-15 20:58:28 -07:00
range.go Normalizing imports in api 2015-03-29 21:41:38 -07:00
resources.go An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
utils.go Reply back CompleteMultipartUploadResult properly with final ETag computed 2015-05-07 23:01:20 -07:00