Skip to content

add support for v4 signature authentication #4

add support for v4 signature authentication

add support for v4 signature authentication #4

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
go-version: [ '1.21' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
sudo apt-get install awscli
go test -v -race -timeout=30m