-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new feature: Support more storage services and APIs for Go bindings. #5326
Comments
cc @yuchanns, any comments? |
Enable services here should be enough: https://github.com/apache/opendal-go-services/blob/main/.github/scripts/matrix.yaml |
Yes, for most of the features, it can be enabled by appending services to the matrix of the opendal-go-services.
It depends on https://github.com/jupiterrider/ffi. And yes, it requires little effort to support.
I'll take a look at it if nobody is interested. |
Hi, @yuchanns, can our current workflow support macOS by simply adding |
I think so. And there are some works to do with opendal-go-services. We need to generate artifacts for both Darwin amd64 and arm64. |
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?
The text was updated successfully, but these errors were encountered: