Skip to content

feat: Implement auto-detection of S3 backend configuration #175

feat: Implement auto-detection of S3 backend configuration

feat: Implement auto-detection of S3 backend configuration #175

Workflow file for this run

name: test
on:
pull_request:
branches: [ main ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: 1.25
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: make build
- run: make test