Harshavardhana
|
069432566f
|
update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
|
2021-04-23 11:58:53 -07:00 |
kannappanr
|
5ecac91a55
|
Replace Minio refs in docs with MinIO and links (#7494)
|
2019-04-09 11:39:42 -07:00 |
Harshavardhana
|
1c699d8d3f
|
fs: Re-implement object layer to remember the fd (#3509)
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
|
2017-01-16 17:05:00 -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 |
Harshavardhana
|
bccf549463
|
server: Move all the top level files into cmd folder. (#2490)
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
|
2016-08-18 16:23:42 -07:00 |