depot/web/fup/fuphttp
Luke Granger-Brown 8b27353be7 fup: set buffer size to 8MiB
SeaweedFS' default chunk size is 4MiB; if we don't match it (or a multiple)
then our multipart uploads become uneven because they end up as chunks of the
buffer size followed by the remaining data. This is particularly egregious with
the current default of 5MiB, because then we get a 4MiB chunk followed by a
1MiB chunk every time.
2024-10-20 17:23:36 +01:00
..
fngen fup/fuphttp/fngen: expose UniqueName function, add tests for it 2021-03-21 17:02:56 +00:00
fupoidc fup: add fuphttp/fupoidc for doing OpenID Connect authn 2021-04-03 13:49:45 +00:00
auth.go fup: allow Fup-Token header for carrying auth credentials 2021-03-23 00:58:06 +00:00
auth_test.go fup: add test for disabled TokenAuthMiddleware 2021-03-23 01:31:42 +00:00
errors.go fup/fuphttp: add missing SPDX comments 2021-03-21 15:34:50 +00:00
fuphttp.go fup: add auth middleware machinery 2021-03-23 00:45:28 +00:00
fuphttp_test.go fup: add auth middleware machinery 2021-03-23 00:45:28 +00:00
httpdownload.go fup/fuphttp: split download logic into a separate file. 2021-03-21 15:23:43 +00:00
httpupload.go fup: fix minor issue with shorter-than-512 byte file uploads 2021-03-22 02:42:34 +00:00
httpupload_test.go fup: implement file uploads! 2021-03-21 18:04:37 +00:00
httpview.go fup: add additional mimetypes to pretty page 2021-03-22 01:09:00 +00:00
metadata.go fup: set buffer size to 8MiB 2024-10-20 17:23:36 +01:00