gitforge/modules/storage
Enrique Sanchez Cardoso ed25627b1e feat: minioClient can use the web proxy (#13306)
fixes #13305

### Tests for Go changes

- I added test coverage for Go changes...
  - [ ] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I ran...
  - [x] `make pr-go` before pushing

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [ ] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [x] This change will be noticed by a Forgejo user or admin (feature, bug fix, performance, etc.). I suggest to include a release note for this change.
- [ ] This change is not visible to a Forgejo user or admin (refactor, dependency upgrade, etc.). I think there is no need to add a release note for this change.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13306
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-07-06 00:23:06 +02:00
..
testdata
helper.go
helper_test.go chore: use require.Error() over require.Errorf() (#11037) 2026-01-25 19:36:02 +01:00
local.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
local_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
minio.go feat: minioClient can use the web proxy (#13306) 2026-07-06 00:23:06 +02:00
minio_test.go fix: minio initialization can freeze indefinitely if misconfigured (#8897) 2025-08-15 21:03:51 +02:00
storage.go chore: unify signing key configuration across modules (#11194) 2026-04-21 19:39:33 +02:00
storage_test.go fix: storage(minio): prevent io.Reader close (#8541) 2025-07-17 12:31:38 +02:00