Commit Graph

6 Commits

Author SHA1 Message Date
Shreyas Goenka 90b80eb91b
proper fix 2023-06-19 01:37:01 +02:00
Shreyas Goenka 5368972172
Merge remote-tracking branch 'origin' into fix-windows-root-filer 2023-06-19 00:52:31 +02:00
shreyas-goenka bb32067a80
Add fs cp command (#463)
## Tests
Tested using integration tests
2023-06-16 17:09:08 +02:00
Shreyas Goenka c66793c02b
- 2023-06-15 19:36:22 +02:00
Shreyas Goenka e101f92016
add windows fix 2023-06-15 19:32:56 +02:00
Pieter Noordhuis 960ce2e18e
Add implementation of filer.Filer for local filesystem (#460)
## Changes

Local file reads on Windows require the file handle to be closed after
using it. This commit includes an interface change to return an
`io.ReadCloser` from `Read` to accommodate this.

## Tests

The existing integration tests for the filer interface all pass.
2023-06-12 15:53:58 +02:00