Skip to content

Commit

Permalink
enh: complete logging refactoring to charmbracelet/log
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Jun 9, 2024
1 parent d984c95 commit 9d1b890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/connector/services/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ func InitAWSConfiguration(profile string, awsEndpoint string) (awsc *AWSConfig)
}),
)
cfg.RetryMode = aws.RetryModeStandard
// if awsEndpoint != "" {
// cfg.BaseEndpoint = aws.String(awsEndpoint)
// }
if awsEndpoint != "" {
cfg.BaseEndpoint = aws.String(awsEndpoint)
}
awsc = &AWSConfig{Profile: profile, Config: cfg, logger: logging.GetLogManager()}
SetActions()
// Get the available AWS regions dynamically
Expand Down

0 comments on commit 9d1b890

Please sign in to comment.