minio/pkg/fs
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
..
acl.go fs/bucket: Move bucket metadata into buckets.json 2015-11-01 21:25:01 -08:00
api_suite_nix_test.go Implementing min-free-disk 2015-10-18 00:23:14 -07:00
api_suite_windows_test.go fs/bucket: Move bucket metadata into buckets.json 2015-11-01 21:25:01 -08:00
auto-expiry.go Add initial cut of auto expiry of objects 2015-10-19 01:34:31 -07:00
config.go minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
definitions.go bucketName: relax bucket names, now allow numbers as starting characters. 2015-12-07 13:58:55 -08:00
errors.go Implementing min-free-disk 2015-10-18 00:23:14 -07:00
fs-bucket-listobjects.go s3cmd: Fix signature issues related to s3cmd. 2015-12-28 18:05:28 -08:00
fs-bucket.go bucketName: relax bucket names, now allow numbers as starting characters. 2015-12-07 13:58:55 -08:00
fs-common.go Leverage sort Interface to provide sortUnique function 2015-10-23 15:55:41 -07:00
fs-multipart.go bucketName: relax bucket names, now allow numbers as starting characters. 2015-12-07 13:58:55 -08:00
fs-object.go bucketName: relax bucket names, now allow numbers as starting characters. 2015-12-07 13:58:55 -08:00
fs-utils.go fs: Improve upon proper lexical ordering for ListObjects() 2015-11-11 14:52:03 -08:00
fs.go minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
fs_test.go minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
postpolicyform.go Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
signature.go signature: Add aws-cli work-around for now. 2016-01-09 10:47:59 -08:00