updated integration instructions

Signed-off-by: Nigel Wright <nigel.wright@roamdigital.com>
This commit is contained in:
Nigel Wright
2022-01-10 08:16:21 +13:00
parent 3df39d8ed3
commit fb33739fbe
+2 -2
View File
@@ -27,9 +27,9 @@ catalog:
Note the `s3-discovery` type, as this is not a regular `url` processor.
As this processor is not one of the default providers, you will also need to add the below:
As this processor is not one of the default providers, you will also need to add the below to `packages/backend/src/plugins/catalog.ts`:
```javascript
```ts
/* packages/backend/src/plugins/catalog.ts */
import { AwsS3DiscoveryProcessor} from '@backstage/plugin-catalog-backend';