Open diqiu50 opened 2 hours ago
cc @yuchanns, any comments?
Enable services here should be enough: https://github.com/apache/opendal-go-services/blob/main/.github/scripts/matrix.yaml
Adding support for GCS, OSS, and Azblob should be straightforward, but HDFS requires some testing first.
Yes, for most of the features, it can be enabled by appending services to the matrix of the opendal-go-services.
Adding macOS support should be easy as well, I suppose.
It depends on https://github.com/jupiterrider/ffi. And yes, it requires little effort to support.
Read and write support should be implemented in the C binding first.
I'll take a look at it if nobody is interested.
Feature Description
In Go, we are using OpenDAL to implement file and directory operations for storage systems such as S3, HDFS, GCS, OSS, and Azure Blob. We need to support the following features:
Problem and Solution
The main issues:
Additional Context
No response
Are you willing to contribute to the development of this feature?