perkeep/pkg/blobserver/s3
Brad Fitzpatrick bf94a73859 Get rid of SeekFetcher vs StreamingFetcher distinction and complexity.
StreamingFetcher is now just Fetcher, and its FetchStreaming is now
just Fetch.

SeekFetcher is gone. Blobs are max 16 MB anyway, so we can slurp to
memory when needed. The main thing that cared about SeekFetcher
was the GET handler, ServeBlobref, because http.ServeContent needed
one for range requests. That's rewritten in an earlier commit, using
the FakeSeeker from another earlier commit.

Lot of code got simpler as a result.

Change-Id: Ib819413e48a8f9b8d97f596d0fbf771dab211f11
2014-03-14 12:29:13 -07:00
..
enumerate.go Enumerate changes for future sync changes 2014-03-04 12:11:59 -08:00
fetch.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
receive.go s3: be a Stringer, make default host more explicit, add failure injection 2014-03-05 08:24:30 -08:00
remove.go Fix data races added in 161fc061d3 2013-10-10 19:54:23 -10:00
s3.go Convert all S3 requests to HTTPS 2014-03-09 21:00:13 +02:00
s3_test.go Enumerate changes for future sync changes 2014-03-04 12:11:59 -08:00
slurp Enumerate changes for future sync changes 2014-03-04 12:11:59 -08:00
stat.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00