Skip to content

Instantly share code, notes, and snippets.

@mwagena
Created August 22, 2023 13:50
Show Gist options
  • Save mwagena/88672e7e1f38781b730df58991ed07ba to your computer and use it in GitHub Desktop.
Save mwagena/88672e7e1f38781b730df58991ed07ba to your computer and use it in GitHub Desktop.
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>"
@mwagena
Copy link
Author

mwagena commented Aug 22, 2023

make sure you set the right policies on the application which the api key is in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment