moved AwsS3DiscoveryProcessor to where it should live

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-05 15:16:22 +01:00
parent e71753226f
commit f115a7f8fd
13 changed files with 55 additions and 42 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ the below to `packages/backend/src/plugins/catalog.ts`:
```ts
/* packages/backend/src/plugins/catalog.ts */
import { AwsS3DiscoveryProcessor } from '@backstage/plugin-catalog-backend';
import { AwsS3DiscoveryProcessor } from '@backstage/plugin-catalog-backend-module-aws';
const builder = await CatalogBuilder.create(env);
/** ... other processors ... */