getConfiguredAwsCredentialExport function
Get the configured awsCredentialExport from settings.
Implementation
String? getConfiguredAwsCredentialExport() {
return Platform.environment['MAGE_AWS_CREDENTIAL_EXPORT'];
}
Get the configured awsCredentialExport from settings.
String? getConfiguredAwsCredentialExport() {
return Platform.environment['MAGE_AWS_CREDENTIAL_EXPORT'];
}