PKG AWS :

- add bucket website configuration method
  - add bucket CORS configuration method
  - chg bucket method structure file
  - bump ginkgo to v2

PKG Logger :
  - bump ginkgo to v2

Change :
  - bump dependancies
  - change unit test command to be compliance with ginkgo v2
This commit is contained in:
Nicolas JUHEL
2022-01-13 09:37:43 +01:00
parent e4a2af60c4
commit 032ddb30a4
17 changed files with 297 additions and 101 deletions

View File

@@ -29,7 +29,7 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/iam/types"
"github.com/nabbar/golib/password"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)