minio/pkg/api
2015-05-08 02:02:51 -07:00
..
config Minio config directory should be 0700 not os.ModeDir 2015-04-30 15:42:49 -07:00
logging Use UTC() everywhere 2015-04-30 19:38:32 -07:00
quota Use UTC() everywhere 2015-04-30 19:38:32 -07:00
web iodine is part of minio now 2015-04-08 18:05:48 -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 Add proper content-length for error and success responses 2015-04-29 15:28:28 -07:00
api_definitions.go Implement proper errors for Multipart 2015-05-08 02:02:51 -07:00
api_generic_handlers.go Make minio work with curl and browsers again 2015-04-29 20:17:26 -07:00
api_object_handlers.go Implement proper errors for Multipart 2015-05-08 02:02:51 -07:00
api_response.go Reply back CompleteMultipartUploadResult properly with final ETag computed 2015-05-07 23:01:20 -07:00
api_router.go Router should work with ?uploads unescaped now 2015-05-07 21:37:34 -07:00
api_signature.go Even mux vars don't help, handle it by looking at req.URL.Path 2015-05-01 12:41:17 -07:00
api_test.go Get rid of sub-domain code and some other formatting changes 2015-05-07 00:21:40 -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 Add proper content-length for error and success responses 2015-04-29 15:28:28 -07:00
range.go Normalizing imports in api 2015-03-29 21:41:38 -07:00
resources.go Add lexicographic Marker/NextMarker support for recursive listing of objects. 2015-05-05 18:05:34 -07:00
utils.go Reply back CompleteMultipartUploadResult properly with final ETag computed 2015-05-07 23:01:20 -07:00