minio/pkg/api
2015-05-11 13:38:40 -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 Remove SignatureV2 support, bring in SignatureV4 header only validation for now 2015-05-11 13:38:40 -07:00
api_definitions.go Add listparts support 2015-05-09 13:55:55 -07:00
api_generic_handlers.go Remove SignatureV2 support, bring in SignatureV4 header only validation for now 2015-05-11 13:38:40 -07:00
api_object_handlers.go Remove SignatureV2 support, bring in SignatureV4 header only validation for now 2015-05-11 13:38:40 -07:00
api_response.go Add listparts support 2015-05-09 13:55:55 -07:00
api_router.go Remove SignatureV2 support, bring in SignatureV4 header only validation for now 2015-05-11 13:38:40 -07:00
api_test.go Remove SignatureV2 support, bring in SignatureV4 header only validation for now 2015-05-11 13:38: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 Use convenience functions for url.Values over looping through keys, fix a bug in listObjectParts() 2015-05-10 11:32:41 -07:00
utils.go Reply back CompleteMultipartUploadResult properly with final ETag computed 2015-05-07 23:01:20 -07:00