From 0ed6967510e6f483d09ff9074e647e0e3e303af7 Mon Sep 17 00:00:00 2001 From: Syed Inayath <69156494+syedinay@users.noreply.github.com> Date: Wed, 24 May 2023 21:48:19 +0530 Subject: [PATCH] Added missing Google Cloud Storage extension in README.md https://github.com/eclipse-edc/Connector/issues/3085 --- extensions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/README.md b/extensions/README.md index 8492ee2b4b7..94b5d147e43 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -79,6 +79,7 @@ - [API](data-plane/data-plane-api/) - [Azure Storage](data-plane/data-plane-azure-storage/) - [Data Factory](data-plane/data-plane-azure-data-factory/) + - [Google Cloud Storage](data-plane/data-plane-google-storage/) - [HTTP](data-plane/data-plane-http/) - [S3](data-plane/data-plane-aws-s3/) - [Tests](data-plane/data-plane-integration-tests/)