@@ -125,7 +125,9 @@ export function readAwsS3IntegrationConfigs(
|
||||
// If no explicit amazonaws.com integration was added, put one in the list as
|
||||
// a convenience
|
||||
if (!result.some(c => c.host === AMAZON_AWS_HOST)) {
|
||||
result.push({ host: AMAZON_AWS_HOST });
|
||||
result.push({
|
||||
host: AMAZON_AWS_HOST,
|
||||
});
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -17,6 +17,5 @@ export { AwsS3Integration } from './AwsS3Integration';
|
||||
export {
|
||||
readAwsS3IntegrationConfig,
|
||||
readAwsS3IntegrationConfigs,
|
||||
AMAZON_AWS_HOST,
|
||||
} from './config';
|
||||
export type { AwsS3IntegrationConfig } from './config';
|
||||
|
||||
Reference in New Issue
Block a user