Created
August 22, 2023 13:50
-
-
Save mwagena/88672e7e1f38781b730df58991ed07ba to your computer and use it in GitHub Desktop.
Scaleway gitlab runner cache config.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make sure you set the right policies on the application which the api key is in.