MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getConfiguredAwsCredentialExport

Function getConfiguredAwsCredentialExport

src/utils/auth.ts:409–412  ·  view source on GitHub ↗

* Get the configured awsCredentialExport from settings

()

Source from the content-addressed store, hash-verified

407 * Get the configured awsCredentialExport from settings
408 */
409function getConfiguredAwsCredentialExport(): string | undefined {
410 const mergedSettings = getSettings_DEPRECATED() || {}
411 return mergedSettings.awsCredentialExport
412}
413
414/**
415 * Check if the configured awsCredentialExport comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected