From 02b94fd7dd408d4d079971664df124ce940d4473 Mon Sep 17 00:00:00 2001 From: doubletao318 <51011022+doubletao318@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:27:45 +0800 Subject: [PATCH] Update index.js Add huawei cosi driver --- src/pages/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index 47168df..3e0be30 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,6 +44,15 @@ const features = [ ), }, + { + title: 'Huawei COSI Driver', + repoURL: 'https://github.com/Huawei/cosi', + description: ( + <> + Official COSI driver for Huawei Object Storage. + + ), + }, ]; function Feature({ repoURL, title, description }) {