mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
fb7b743bd0
This PR implemented object storages(LFS/Packages/Attachments and etc.) for Azure Blob Storage. It depends on azure official golang SDK and can support both the azure blob storage cloud service and azurite mock server. Replace #25458 Fix #22527 - [x] CI Tests - [x] integration test, MSSQL integration tests will now based on azureblob - [x] unit test - [x] CLI Migrate Storage - [x] Documentation for configuration added ------ TODO (other PRs): - [ ] Improve performance of `blob download`. --------- Co-authored-by: yp05327 <576951401@qq.com> |
||
---|---|---|
.. | ||
testdata | ||
azureblob_test.go | ||
azureblob.go | ||
helper_test.go | ||
helper.go | ||
local_test.go | ||
local.go | ||
minio_test.go | ||
minio.go | ||
storage_test.go | ||
storage.go |