Skip to content

Fix issue presigning request with custom headers, also fix small devi… #66

Fix issue presigning request with custom headers, also fix small devi…

Fix issue presigning request with custom headers, also fix small devi… #66

Workflow file for this run

name: Go Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run Tests via Justfile
env:
AWS_S3_BUCKET: testbucket
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
AWS_S3_ENDPOINT: http://127.0.0.1:9000
AWS_EC2_METADATA_DISABLED: "true"
run: nix develop --command just test-local