pkg/awsutil/account.go
Function NewAccount
has 63 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func NewAccount(creds *Credentials, endpoints config.CustomEndpoints) (*Account, error) {
creds.CustomEndpoints = endpoints
account := Account{
Credentials: creds,
}