Harshavardhana
|
1887114444
|
Fix all the golint complaints about newly added changes
Do not use func(this *server), such generic names should not be used
for writing struct methods.
|
2015-09-17 18:53:42 -07:00 |
Krishna Srinivas
|
b1b387b157
|
Remove unneeded functions in middleware init
|
2015-09-15 18:09:09 -07:00 |
Krishna Srinivas
|
1e82ee1192
|
Add CORS support to minio s3 server
|
2015-08-31 16:59:52 -07:00 |
Harshavardhana
|
63c9cf0c4b
|
Move from Minimalist Object Storage to Minio Cloud Storage
|
2015-07-24 17:51:40 -07:00 |
Harshavardhana
|
efbf3eabb7
|
Return x-amz-request-id for all replies
|
2015-07-14 14:44:03 -07:00 |
Harshavardhana
|
7615a6bfe5
|
HEAD shouldn't have any body, handle it in writeErrorResponse()
|
2015-07-11 10:34:55 -07:00 |
Harshavardhana
|
97d4a27c7e
|
Do not reply on ignoredHeaders for server, rely on SignedHeaders sent as part of Authorization header
|
2015-07-10 19:37:22 -07:00 |
Harshavardhana
|
89c1215194
|
PutObject handler gets initial support for signature v4, working
|
2015-07-09 16:44:38 -07:00 |
Harshavardhana
|
8654ddb566
|
Generate auth now saves in ${HOME}/.minio/users.json, also authHandler verifies request validity
|
2015-07-08 21:53:13 -07:00 |
Harshavardhana
|
ec33d79d57
|
Add server side signaturev4 check, not wired up to the readers yet.
|
2015-07-08 16:57:03 -07:00 |
Harshavardhana
|
396b728031
|
Add auth rpc service to generate access keys, add corresponding test
|
2015-07-08 14:40:39 -07:00 |
Harshavardhana
|
30fc14e703
|
Restructure codebase move crypto, checksum to top-level, move ``split`` into donut, move crypto/keys into api/auth
|
2015-07-03 15:24:51 -07:00 |
Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
2015-07-03 14:36:29 -07:00 |
Harshavardhana
|
0533abf6a8
|
Make priority queue lambda function return error over a channel
|
2015-07-02 21:04:04 -07:00 |