Support for file encryption (#38)

This commit is contained in:
Marc Ole Bulling
2022-02-24 14:53:02 +01:00
committed by GitHub
parent 1b92f5f3fc
commit 58c1e2aa56
32 changed files with 1439 additions and 137 deletions
+1
View File
@@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go generate ./...
- run: go test ./... -parallel 8 --tags=test,awsmock
- run: go clean -testcache
- run: go test ./... -parallel 8 --tags=test,noaws