1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 11:35:22 +01:00
gitea/modules/storage
Giteabot 5552eff6e7
Fix artifacts v4 backend upload problems (#36805) (#36834)
Backport #36805 by @ChristopherHX

* Use base64.RawURLEncoding to avoid equal sign
  * using the nodejs package they seem to get lost
* Support uploads with unspecified length
* Support uploads with a single named blockid
  * without requiring a blockmap

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-06 14:22:53 +01:00
..
testdata feat: add support for a credentials chain for minio access (#31051) 2024-05-27 20:56:04 +08:00
azureblob_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
azureblob.go Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage (#35882) (#35917) 2025-11-11 02:24:06 +00:00
helper_test.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
helper.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
local_test.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00
local.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00
minio_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
minio.go Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage (#35882) (#35917) 2025-11-11 02:24:06 +00:00
storage_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
storage.go Fix artifacts v4 backend upload problems (#36805) (#36834) 2026-03-06 14:22:53 +01:00