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