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