Skip to main content

AwsS3DiscoveryProcessor

Home > @backstage/plugin-catalog-backend-module-aws > AwsS3DiscoveryProcessor

Warning: This API is now obsolete.

Use the AwsS3EntityProvider instead (see https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-aws/CHANGELOG.md\#014).

A processor for automatic discovery of entities from S3 buckets. Handles the s3-discovery location type, and target bucket URLs e.g. on the form https://testbucket.s3.us-east-2.amazonaws.com.

Signature:

class AwsS3DiscoveryProcessor implements CatalogProcessor 

Implements: CatalogProcessor

Constructors

ConstructorModifiersDescription
(constructor)(reader)Constructs a new instance of the AwsS3DiscoveryProcessor class

Methods

MethodModifiersDescription
getProcessorName()
readLocation(location, optional, emit, parser)