reading the documentation about distributed runners cache I was wondering what the variable "Path" in the config.toml does.
[runners.cache]
Type = "s3"
**Path = "path/to/prefix"**
Shared = false
Does this just change the S3 url http(s)://ServerAddress/BucketName/Path/runner/runner-id/project/id/cache-key ?
If so what consequences can I expect when I change/add the path variable? When and how would you use it?