Commit Graph

7 Commits

Author SHA1 Message Date
Rob Watson a063f85eca FileStore.PutObject: Accept io.ReadCloser
continuous-integration/drone/push Build is passing Details
Accepting a ReadCloser in place of a Reader allows the FileSystem
implementation to handle closing the reader, which in turn simplifies
downstream code.
2022-01-03 09:57:49 +01:00
Rob Watson 9ef4cc5853 Fix flaky test
continuous-integration/drone/push Build is passing Details
2021-12-31 19:53:46 +01:00
Rob Watson 57516c738e Add staticcheck to CI steps
continuous-integration/drone/push Build is passing Details
2021-12-13 21:30:37 +01:00
Rob Watson 4ef5dc4189 Add test coverage for filestore package
continuous-integration/drone/push Build is passing Details
2021-12-13 21:13:11 +01:00
Rob Watson fb3a497119 Add base URL to serve file system store objects over HTTP 2021-12-09 04:05:34 +01:00
Rob Watson 4168cb150c Add FileSystemStore file store 2021-12-08 20:58:13 +01:00
Rob Watson f2d7af0860 Extract S3 code to S3FileStore
Re: #5
2021-12-07 20:58:11 +01:00