Skip to content

Commit

Permalink
fixup! fix usage examples of nrawssdk.AppendMiddlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
Meroje committed Nov 4, 2022
1 parent 653e641 commit 441b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/integrations/nrawssdk-v2/nrawssdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (m nrMiddleware) deserializeMiddleware(stack *smithymiddle.Stack) error {
// ...
//
// txn := loadNewRelicTransaction()
// output, err := s3Client.ListBuckets(ctx, nil, func(o *config.LoadOptions) error {
// output, err := s3Client.ListBuckets(ctx, nil, func(o *s3.Options) error {
// nrawssdk.AppendMiddlewares(&o.APIOptions, txn)
// return nil
// })
Expand Down

0 comments on commit 441b3a9

Please sign in to comment.