This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-go-services.git


The following commit(s) were added to refs/heads/main by this push:
     new 50f0c22  feat: Add gcs, azblob and oss support (#11)
50f0c22 is described below

commit 50f0c22dc70af079e5d1c6b0fe4e30f7881cdb43
Author: Xuanwo <[email protected]>
AuthorDate: Sat Nov 16 22:27:36 2024 +0800

    feat: Add gcs, azblob and oss support (#11)
---
 .github/scripts/matrix.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/scripts/matrix.yaml b/.github/scripts/matrix.yaml
index e49e541..dc1f701 100644
--- a/.github/scripts/matrix.yaml
+++ b/.github/scripts/matrix.yaml
@@ -12,7 +12,7 @@ service:
   - "aliyun-drive"
   # - "alluxio"
   # - "atomicserver"
-  # - "azblob"
+  - "azblob"
   # - "azdls"
   # - "azfile"
   # - "b2"
@@ -29,7 +29,7 @@ service:
   # - "foundationdb"
   - "fs"
   # - "ftp"
-  # - "gcs"
+  - "gcs"
   - "gdrive"
   # - "ghac"
   # - "github"
@@ -49,7 +49,7 @@ service:
   # - "mysql"
   # - "obs"
   # - "onedrive"
-  # - "oss"
+  - "oss"
   # - "pcloud"
   # - "persy"
   # - "postgresql"

Reply via email to