Skip to content

Commit d684466

Browse files
bcsamrudhCopilot
andauthored
Reformat the Comment on resolveSTSEndpointURL Function
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d69326d commit d684466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/vault/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func buildIAMAuthPayload(ctx context.Context, stsSvc *sts.Client, authConfig con
227227
}, nil
228228
}
229229

230-
// resolvedSTSEndpointURL resolves the concrete STS endpoint using the SDK's
230+
// resolveSTSEndpointURL resolves the concrete STS endpoint using the SDK's
231231
// endpoint resolver, then normalizes it to a URL safe for signing.
232232
func resolveSTSEndpointURL(ctx context.Context, opts sts.Options) (string, error) {
233233
resolver := opts.EndpointResolverV2

0 commit comments

Comments
 (0)