This commit is contained in:
2026-03-15 11:36:47 +08:00
parent 0ab1ececba
commit ff6becc72c
5 changed files with 140 additions and 18 deletions

View File

@@ -68,3 +68,18 @@ cd nettle
make
sudo make install
```
<br>
Use STS token resolver:
```json
{
"oss_config": {
"endpoint": "_endpoint",
"sts_token_resolver": ["assume-role.ts", "ROLE_ARN"],
"bucket": "_bucket",
"path": "_path"
}
}
```