Added mock function for AWS S3, updated tests

This commit is contained in:
Marc Ole Bulling
2021-05-10 16:44:44 +02:00
parent 884c2d94b5
commit 3be4ec7096
15 changed files with 255 additions and 20 deletions

View File

@@ -11,5 +11,5 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
- run: go test ./... --tags=test
go-version: '^1.16.4'
- run: go test ./... --tags=test,awsmock