1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-03 14:57:55 -05:00
gitea/modules/storage
Rowan Bohde c0880e7695
feat: add support for a credentials chain for minio access ()
We wanted to be able to use the IAM role provided by the EC2 instance
metadata in order to access S3 via the Minio configuration. To do this,
a new credentials chain is added that will check the following locations
for credentials when an access key is not provided. In priority order,
they are:

1. MINIO_ prefixed environment variables
2. AWS_ prefixed environment variables
3. a minio credentials file
4. an aws credentials file
5. EC2 instance metadata
2024-05-27 20:56:04 +08:00
..
testdata feat: add support for a credentials chain for minio access () 2024-05-27 20:56:04 +08:00
helper_test.go add path prefix to ObjectStorage.Iterator () 2023-03-13 18:23:51 +08:00
helper.go Fix all possible setting error related storages and added some tests () 2023-06-14 11:42:38 +08:00
local_test.go Fix all possible setting error related storages and added some tests () 2023-06-14 11:42:38 +08:00
local.go Fix all possible setting error related storages and added some tests () 2023-06-14 11:42:38 +08:00
minio_test.go feat: add support for a credentials chain for minio access () 2024-05-27 20:56:04 +08:00
minio.go feat: add support for a credentials chain for minio access () 2024-05-27 20:56:04 +08:00
storage_test.go Fix all possible setting error related storages and added some tests () 2023-06-14 11:42:38 +08:00
storage.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00