.. |
config
|
Change all minio-io path to minio
|
2015-05-11 16:23:10 -07:00 |
logging
|
Handle authorization header better
|
2015-05-24 20:59:53 -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
|
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
|
Handle authorization header better
|
2015-05-24 20:59:53 -07:00 |
api_object_handlers.go
|
Relax minium object size limit, one can really upload a 0byte file
|
2015-05-23 12:19:16 -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
|
Use http.TimeFormat to return, S3 expects us to return in GMT not UTC
|
2015-05-25 20:17:04 -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
|
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 |