minio/pkg/api
2015-05-04 03:55:43 -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 Add proper content-length for error and success responses 2015-04-29 15:28:28 -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 Change CreateObject() to take size argument from content-length 2015-05-04 03:55:43 -07:00
api_response.go Add proper content-length for error and success responses 2015-04-29 15:28:28 -07:00
api_router.go Disable domain based routing for now 2015-04-30 21:15:53 -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 Change CreateObject() to take size argument from content-length 2015-05-04 03:55:43 -07:00
contenttype.go Make minio work with curl and browsers again 2015-04-29 20:17:26 -07:00
errors.go Verify if request date is 5minutes late, reject such a request as 2015-04-27 03:55:10 -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 Now client requests for ACL changes are honored through PutBucketACL API 2015-04-27 03:04:29 -07:00
utils.go Collate success response into writeSuccessResponse(), add docs 2015-04-29 10:52:04 -07:00