【发布时间】:2021-11-19 11:34:24
【问题描述】:
阅读有关 distributed runners cache 的文档,我想知道 config.toml 中的变量“Path”是做什么的。
[runners.cache]
Type = "s3"
**Path = "path/to/prefix"**
Shared = false
这只是更改 S3 url http(s)://ServerAddress/BucketName/Path/runner/runner-id/project/id/cache-key 吗?
如果是这样,当我更改/添加路径变量时会产生什么后果?您将在何时以及如何使用它?
【问题讨论】: