* Get the configured awsCredentialExport from settings
()
| 456 | * Get the configured awsCredentialExport from settings |
| 457 | */ |
| 458 | function 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 |
no outgoing calls
no test coverage detected