Skip to content

Commit

Permalink
Merge pull request #1093 from sykim-etri/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
powerkimhub authored Feb 23, 2024
2 parents af2dca1 + 3b9159c commit df3bf37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func getNLBClient(connectionInfo idrv.ConnectionInfo) (*slb.Client, error) {

func getBssClient(connectionInfo idrv.ConnectionInfo) (*bssopenapi.Client, error) {
// Region Info
fmt.Println("AlibabaDriver : getNLBClient() - Region : [" + connectionInfo.RegionInfo.Region + "]")
fmt.Println("AlibabaDriver : getBssClient() - Region : [" + connectionInfo.RegionInfo.Region + "]")

credential := &credentials.AccessKeyCredential{
AccessKeyId: connectionInfo.CredentialInfo.ClientId,
Expand Down

0 comments on commit df3bf37

Please sign in to comment.