depot/web/fup/cmd
Luke Granger-Brown 08098fb666 fup: add file serving
This adds both redirect-to-signed-URL and proxy fileserving.

The proxy fileserving is somewhat limited: we don't support the Range header,
and it isn't easy to reuse the net/http ServeContent implementation because
that requires a SeekCloser. I think it might be possible to "bodge" a
SeekCloser on top of dynamically opening files, but it'll be a bit wonky and
will be slower than strictly necessary.
2021-03-21 03:04:38 +00:00
..
extractstatic.go fup: add SPDX headers 2021-03-20 20:40:40 +00:00
root.go fup: add bucket-url flag for specifying storage 2021-03-20 23:33:39 +00:00
serve.go fup: add file serving 2021-03-21 03:04:38 +00:00