mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
fsStorage should use appendStorage with offsets
- also takes in 'blockSize' cli option. - robustness fixes
This commit is contained in:
@@ -46,5 +46,8 @@ func get(c *cli.Context) {
|
||||
log.Fatal("Unknown driver")
|
||||
}
|
||||
}
|
||||
if objectReader == nil {
|
||||
log.Fatal("Object not found")
|
||||
}
|
||||
io.Copy(os.Stdout, objectReader)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user