minio/pkg
Harshavardhana 8cdaf87c8f signature: Add aws-cli work-around for now.
Golang http server strips off 'Expect' header, if the
client sent this as part of signed headers we need to
handle otherwise we would see a signature mismatch.
`aws-cli` sets this as part of signed headers which is
a bad idea since servers trying to implement AWS

Signature version '4' will all encounter this issue.
According to
 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20
Expect header is always of form:

   Expect       =  "Expect" ":" 1#expectation
   expectation  =  "100-continue" | expectation-extension

So it safe to assume that '100-continue' is what would
be sent, for the time being keep this work around.
2016-01-09 10:47:59 -08:00
..
contentdb minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
disk pkg/user: Add pending tests. 2015-12-07 14:13:54 -08:00
fs signature: Add aws-cli work-around for now. 2016-01-09 10:47:59 -08:00
user pkg/user: Add pending tests. 2015-12-07 14:13:54 -08:00