Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Added reference to Linode COSI #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
9 changes: 9 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ const features = [
</>
),
},
{
title: 'Linode COSI Driver',
repoURL: 'https://github.com/linode/linode-cosi-driver',
description: (
<>
Official COSI driver for Linode Object Storage.
</>
),
},
{
title: 'SUSE COSI Driver',
repoURL: 'https://github.com/aquarist-labs/s3gw-cosi-driver',
Expand Down