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
|
53f5d2c32b
|
nodejs http library sends Connection header during HTTP request, this clobbers up the signature handling ignore it
|
2015-07-10 15:44:47 -07:00 |
Harshavardhana
|
e5006c738d
|
Handle both space and non-space characters, in signature v4 - add errors for all API's
|
2015-07-09 21:49:58 -07:00 |
Harshavardhana
|
89c1215194
|
PutObject handler gets initial support for signature v4, working
|
2015-07-09 16:44:38 -07:00 |
Harshavardhana
|
375860077d
|
HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately
This patch also handles large individual part sizes > 5MB by using less memory copies.
|
2015-07-08 20:56:41 -07:00 |
Harshavardhana
|
ec33d79d57
|
Add server side signaturev4 check, not wired up to the readers yet.
|
2015-07-08 16:57:03 -07:00 |