nabbar/golib

Package AWS : race detection for Config Interface in AWS interface

Closed this issue · 0 comments

Race detection if modify config by using function like SetBucketName because config is not cloned :
image

in https://github.com/nabbar/golib/blob/master/aws/interface.go#L206

Should be replace by :
image