Skip to content

Commit

Permalink
chore: fix typo in client_interface.go (#266)
Browse files Browse the repository at this point in the history
not             NewStaticCredentailsProvider
correct       NewStaticCredentialsProvider
  • Loading branch information
yiGmMk authored Sep 6, 2024
1 parent c24f68d commit 3afc324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// If you keep using long-lived AccessKeyID and AccessKeySecret,
// use the example code below.
//
// provider := NewStaticCredentailsProvider(accessKeyID, accessKeySecret, securityToken)
// provider := NewStaticCredentialsProvider(accessKeyID, accessKeySecret, securityToken)
// client := CreateNormalInterfaceV2(endpoint, provider)
func CreateNormalInterface(endpoint, accessKeyID, accessKeySecret, securityToken string) ClientInterface {
client := &Client{
Expand Down

0 comments on commit 3afc324

Please sign in to comment.