minio/pkg/fs
Harshavardhana 9dca46e156 signature: Use a layered approach for signature verification.
Signature calculation has now moved out from being a package to
top-level as a layered mechanism.

In case of payload calculation with body, go-routines are initiated
to simultaneously write and calculate shasum. Errors are sent
over the writer so that the lower layer removes the temporary files
properly.
2016-03-26 15:21:05 -07:00
..
api_suite_test.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
dir.go Formatting issues fixed. 2016-03-22 15:55:29 +05:30
fs-backend-metadata.go accessPolicy: Implement Put, Get, Delete access policy. 2016-03-08 17:44:50 -08:00
fs-bucket-listobjects.go Changing to empty response when prefixDir doesn't exist 2016-03-23 04:46:10 +05:30
fs-bucket-listobjects_test.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
fs-bucket.go cleanup: Rename ObjectMetadata as ObjectInfo. 2016-03-11 16:58:08 -08:00
fs-bucket_test.go config/main: Re-write config files - add to new config v3 2016-03-23 19:16:09 -07:00
fs-datatypes.go cleanup: Rename ObjectMetadata as ObjectInfo. 2016-03-11 16:58:08 -08:00
fs-errors.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
fs-multipart.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
fs-object.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
fs-object_test.go signature: Use a layered approach for signature verification. 2016-03-26 15:21:05 -07:00
fs-utils.go Changing to empty response when prefixDir doesn't exist 2016-03-23 04:46:10 +05:30
fs-utils_test.go Better structuring of fs-utils test 2016-03-11 19:19:47 +05:30
fs.go config/main: Re-write config files - add to new config v3 2016-03-23 19:16:09 -07:00
fs_test.go config/main: Re-write config files - add to new config v3 2016-03-23 19:16:09 -07:00