From 597eccb922735a624cb6d3b22a858c59e723098e Mon Sep 17 00:00:00 2001 From: ivgo Date: Wed, 18 Jan 2023 14:20:31 +0100 Subject: [PATCH] Add s3-viewer plugin Signed-off-by: ivgo --- microsite/data/plugins/s3-viewer.yaml | 12 ++++++++++++ microsite/static/img/s3-bucket.svg | 1 + 2 files changed, 13 insertions(+) create mode 100644 microsite/data/plugins/s3-viewer.yaml create mode 100644 microsite/static/img/s3-bucket.svg diff --git a/microsite/data/plugins/s3-viewer.yaml b/microsite/data/plugins/s3-viewer.yaml new file mode 100644 index 0000000000..23637133c8 --- /dev/null +++ b/microsite/data/plugins/s3-viewer.yaml @@ -0,0 +1,12 @@ +--- +title: S3 Viewer +author: Spreadgroup +authorUrl: https://github.com/spreadshirt +category: AWS +description: Visualization of S3 buckets and their contents in file explorer style. +documentation: https://github.com/spreadshirt/backstage-plugin-s3/ +iconUrl: img/s3-bucket.svg +npmPackageName: '@spreadshirt/backstage-plugin-s3-viewer' +tags: + - s3 +addedDate: '2023-01-18' diff --git a/microsite/static/img/s3-bucket.svg b/microsite/static/img/s3-bucket.svg new file mode 100644 index 0000000000..a92ac68982 --- /dev/null +++ b/microsite/static/img/s3-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file