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 |
Pontus Leitzler
|
9631d65552
|
Fix goroutine test fatalf (#6682)
Use t.Error/t.ErrorF instead if t.Fatal/t.Fatalf
Add returns to achieve same behaviour as earlier
|
2018-10-23 09:44:20 -07:00 |
Krishna Srinivas
|
82373e3d50
|
fs: cleanup - do not cache size of metafiles (#3630)
* Remove Size() method and size field from lock.LockedFile
* WriteTo method of fsMeta and uploadsV1 now takes concrete type *lock.LockedFile
|
2017-01-25 12:29:06 -08: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 |