PKG Aws : add aws package to simplify uses of aws sdk + aimplify custom config for custom endpoint or region like use of minio server

This commit is contained in:
Nicolas JUHEL
2020-09-11 13:56:17 +02:00
parent 069eacbe03
commit 8def6ec437
41 changed files with 3538 additions and 0 deletions

View File

@@ -60,6 +60,13 @@ jobs:
CGO_ENABLED: 0
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Check tests
continue-on-error: true
run: ginkgo -cover ./...
env:
GOOS: linux
CGO_ENABLED: 0
- name: Add ming-w32 (x86 + win64)
run: sudo apt-get install gcc-multilib gcc-mingw-w64