Consolidate file writing
Closed this issue · 0 comments
gmemstr commented
Currently it depends whether the file is local or remote -- if local, we go into a os.Open -> serve up to client at the router level, if remote we pass through an io writer. Should ideally be an io writer regardless.