MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getConfiguredAwsCredentialExport

Function getConfiguredAwsCredentialExport

src/utils/auth.ts:458–461  ·  view source on GitHub ↗

* Get the configured awsCredentialExport from settings

()

Source from the content-addressed store, hash-verified

456 * Get the configured awsCredentialExport from settings
457 */
458function getConfiguredAwsCredentialExport(): string | undefined {
459 const mergedSettings = getSettings_DEPRECATED() || {}
460 return mergedSettings.awsCredentialExport
461}
462
463/**
464 * Check if the configured awsCredentialExport comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected