Merge branch 'master' of github.com:backstage/backstage into s3-backend-docs

This commit is contained in:
Marcus Crane
2022-03-10 12:05:58 +13:00
1267 changed files with 19466 additions and 11000 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Once you've done that, you'll also need to add the segment below to `packages/ba
```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 ... */