runs-on / cache

Shockingly faster GitHub Action cache with S3 backend
https://runs-on.com
MIT License
42 stars 7 forks source link

Add support for custom endpoints #14

Closed SupremeMortal closed 2 weeks ago

SupremeMortal commented 2 weeks ago

Add support for running on third party S3 compatible implementations. Fixes #13

Example usage.

steps:
  uses: runs-on/cache@v4
  env:
    AWS_ACCESS_KEY_ID: "access_key"
    AWS_SECRET_ACCESS_KEY: "secret"
    AWS_REGION: "eu-west-1"
    AWS_S3_ENDPOINT: https://s3.example.com