Files
backstage/plugins
Patrick Jungermann 5969c4b65c feat: add AwsS3EntityProvider as replacement for AwsS3DiscoveryProcessor
Add a new provider `AwsS3EntityProvider` as a replacement for the now deprecated
`AwsS3DiscoveryProcessor`.

The new provider will scan configured S3 buckets (with optional) prefix and
add `Location` entities for all discovered catalog files.

These `Location` entities will then be processed as usual.

At each execution, the provider will apply a full mutation, replacing all previous
entities with the new entities/state.

Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-07 08:44:01 +02:00
..
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-04-05 07:35:01 +00:00
2022-04-05 10:19:54 +02:00
2022-04-05 07:35:01 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-04-05 10:19:54 +02:00
2022-03-22 12:28:03 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00
2022-03-29 08:42:22 +00:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository.

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.