kannappanr
|
5ecac91a55
|
Replace Minio refs in docs with MinIO and links (#7494)
|
2019-04-09 11:39:42 -07:00 |
Harshavardhana
|
adf9a9d300
|
Remove all unused variables and functions (#5823)
|
2018-04-15 19:26:04 +05:30 |
Harshavardhana
|
3145462ad2
|
Return InvalidDigest when md5 sent by client is invalid (#5654)
This is to ensure proper compatibility with AWS S3, handle
special cases where
- Content-Md5 is set to empty
- Content-Md5 is set to invalid
|
2018-03-16 11:22:34 -07:00 |
Harshavardhana
|
faa6b1e925
|
vendorize deps for snappy, blake2b and sha256 (#3476)
Bring in new optimization and portability changes.
Fixes https://github.com/minio/minio-go/issues/578
|
2016-12-19 19:32:55 -08:00 |
Bala FA
|
bef0a50bc1
|
Cleanup and fixes (#3273)
* newRequestID() (previously generateUploadID()) returns string than byte array.
* Remove unclear comments and added appropriate comments.
* SHA-256, MD5 Hash functions return Hex/Base64 encoded string than byte array.
* Remove duplicate MD5 hasher functions.
* Rename listObjectsValidateArgs() into validateListObjectsArgs()
* Remove repeated auth check code in all bucket request handlers.
* Remove abbreviated names in bucket-metadata
* Avoid nested if in bucketPolicyMatchStatement()
* Use ioutil.ReadFile() instead of os.Open() and ioutil.ReadAll()
* Set crossDomainXML as constant.
|
2016-11-21 13:51:05 -08:00 |