1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-23 20:06:17 +02:00
gitea/routers/api
FuXiaoHei fe5a616392
Fix merging artifact chunks error when minio storage basepath is set (#28555)
Related to  https://github.com/go-gitea/gitea/issues/28279

When merging artifact chunks, it lists chunks from storage. When storage
is minio, chunk's path contains `MINIO_BASE_PATH` that makes merging
break.

<del>So trim the `MINIO_BASE_PATH` when handle chunks.</del>

Update the chunk file's basename to retain necessary information. It
ensures that the directory in the chunk's path remains unaffected.
2023-12-21 07:04:50 +00:00
..
actions Fix merging artifact chunks error when minio storage basepath is set (#28555) 2023-12-21 07:04:50 +00:00
packages Add endpoint for not implemented Docker auth (#28457) 2023-12-13 15:23:53 -05:00
v1 Always enable caches (#28527) 2023-12-19 09:29:05 +00:00