mirror of
https://github.com/nabbar/golib.git
synced 2025-10-05 07:46:56 +08:00
Bump dependancies
- AWS SDK to release v1.0.0 - other dependancies Fix Packages : - AWS : fix validator function, rules, config model - Certificates : fix func NewFrom - HTTPServer: fix IsRunning Fix other : - Fix CI/CD job to prevent alert on files modified - Fix missing licence comment header
This commit is contained in:

committed by
Nicolas JUHEL

parent
d46a10bb82
commit
1249f319bc
@@ -55,9 +55,9 @@ type Group interface {
|
||||
PolicyDetach(groupName, polArn string) errors.Error
|
||||
}
|
||||
|
||||
func New(ctx context.Context, bucket string, iam *iam.Client, s3 *s3.Client) Group {
|
||||
func New(ctx context.Context, bucket, region string, iam *iam.Client, s3 *s3.Client) Group {
|
||||
return &client{
|
||||
Helper: helper.New(ctx, bucket),
|
||||
Helper: helper.New(ctx, bucket, region),
|
||||
iam: iam,
|
||||
s3: s3,
|
||||
}
|
||||
|
Reference in New Issue
Block a user