Skip to content

Instantly share code, notes, and snippets.

@mwagena
mwagena / gist:88672e7e1f38781b730df58991ed07ba
Created August 22, 2023 13:50
Scaleway gitlab runner cache config.toml
[runners.cache]
Type = "s3"
Shared = true
[runners.cache.s3]
Debug = true
ServerAddress = "s3.nl-ams.scw.cloud"
AccessKey = "<ACCESS_KEY>"
SecretKey = "<SECRET_KEY>"
BucketName = "<BUCKET_ID>"
BucketLocation = "<BUCKET_REGION: eg: nl-ams>"