Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions backstage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cloud-storage-rs
description: A crate for uploading files to Google cloud storage, and for generating download urls.
annotations:
github.com/project-slug: caddijp/cloud-storage-rs
backstage.io/source-location: url:https://github.com/caddijp/cloud-storage-rs
tags:
- touches-customer-data
spec:
type: repository
lifecycle: production
owner: group:TODO-set-owner
Loading