minio/pkg/api
Harshavardhana 8f61d6b6be Move memory code out, add it as layer on top of existing donut code
Just like how http.Handlers can be overlayed on top of each other
with each implementing ServeHTTP().

drivers.Driver can be overlayed on top of each other in similar manner
which would implement the drivers.Driver interface.

   API <----> cache <----> donut <----> donut(format)
2015-06-30 10:09:12 -07:00
..
config Use filepath everywhere instead of path.{} functions for portability - fixes #656 2015-06-18 16:02:45 -07:00
logging Enhance logging handler to print in humanize form for ContentLength 2015-06-08 02:14:09 -07:00
quota Put back the older conn_limit 2015-06-06 18:11:38 -07:00
web Use filepath everywhere instead of path.{} functions for portability - fixes #656 2015-06-18 16:02:45 -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 Update totalnumber of multiparts inside CreateObjectPart(), also introduce support for UploadIDMarker and Prefix for listMultipartUploads 2015-05-18 12:24:36 -07:00
api_definitions.go An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
api_generic_handlers.go Misc changes before capturing proper video 2015-06-03 18:27:15 -07:00
api_object_handlers.go Add delete handlers and reply back as 'NotImplemented' instead of 404 2015-06-08 11:06:06 -07:00
api_response.go Make sure to reply back ETag with quotes for s3 compliance 2015-06-09 01:13:02 -07:00
api_router.go Add delete handlers and reply back as 'NotImplemented' instead of 404 2015-06-08 11:06:06 -07:00
api_test.go Move memory code out, add it as layer on top of existing donut code 2015-06-30 10:09:12 -07:00
contenttype.go Make minio work with curl and browsers again 2015-04-29 20:17:26 -07:00
errors.go ErrorResponse from minio server needed proper xml translations 2015-06-01 12:19:27 -07:00
headers.go Use http.TimeFormat to return, S3 expects us to return in GMT not UTC 2015-05-25 20:17:04 -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