chore(catalog): deprecate AwsS3DiscoveryProcessor

Deprecate `AwsS3DiscoveryProcessor` in favor of `AwsS3EntityProvider` (since v0.1.4).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-07-18 22:44:38 +02:00
parent 107a193e6e
commit 17d45dbf10
4 changed files with 10 additions and 25 deletions
@@ -54,7 +54,7 @@ export class AwsOrganizationCloudAccountProcessor implements CatalogProcessor {
): Promise<boolean>;
}
// @public
// @public @deprecated
export class AwsS3DiscoveryProcessor implements CatalogProcessor {
constructor(reader: UrlReader);
// (undocumented)
@@ -31,6 +31,7 @@ import limiterFactory from 'p-limit';
* `https://testbucket.s3.us-east-2.amazonaws.com`.
*
* @public
* @deprecated Use the `AwsS3EntityProvider` instead (see https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-aws/CHANGELOG.md#014).
*/
export class AwsS3DiscoveryProcessor implements CatalogProcessor {
constructor(private readonly reader: UrlReader) {}