Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 10, 2025
1 parent aca5a42 commit 789a42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/runtimes/go/examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func main() {
utils.DefaultKmsKeyRegion(),
)
// Example with multithreading
multithreading.MultiThreadTest(
multithreading.AWSKMSMultiThreadTest(
utils.GenerateUUIDTestData(numOfString),
utils.DefaultKMSKeyId(),
utils.DefaultKmsKeyRegion())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func processEncryptionWorker(
}
}

func MultiThreadTest(texts []string, defaultKmsKeyID, defaultKmsKeyRegion string) {
func AWSKMSMultiThreadTest(texts []string, defaultKmsKeyID, defaultKmsKeyRegion string) {
// Create the AWS KMS client
cfg, err := config.LoadDefaultConfig(context.TODO())
if err != nil {
Expand Down

0 comments on commit 789a42f

Please sign in to comment.