-
Notifications
You must be signed in to change notification settings - Fork 337
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
[FEATURE] Support OSS fileset python client #5221
Comments
github-actions bot
pushed a commit
that referenced
this issue
Oct 24, 2024
…5225) ### What changes were proposed in this pull request? Add support for Aliyun OSS python client. ### Why are the changes needed? It's a need Fix: #5221 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Test locally. Do the following change to `test_gvfs_with_oss.py` and run `./gradlew :clients:client-python:test -PskipDockerTests=false` <img width="1261" alt="image" src="https://github.com/user-attachments/assets/a57a3f2e-178b-4b50-8219-5a95d0329cd1"> <img width="1211" alt="image" src="https://github.com/user-attachments/assets/b2675a44-d9db-4d11-a505-8e098ef3173f">
jerryshao
pushed a commit
that referenced
this issue
Oct 25, 2024
…5239) ### What changes were proposed in this pull request? Add support for Aliyun OSS python client. ### Why are the changes needed? It's a need Fix: #5221 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Test locally. Do the following change to `test_gvfs_with_oss.py` and run `./gradlew :clients:client-python:test -PskipDockerTests=false` <img width="1261" alt="image" src="https://github.com/user-attachments/assets/a57a3f2e-178b-4b50-8219-5a95d0329cd1"> <img width="1211" alt="image" src="https://github.com/user-attachments/assets/b2675a44-d9db-4d11-a505-8e098ef3173f"> Co-authored-by: Qi Yu <[email protected]>
mplmoknijb
pushed a commit
to mplmoknijb/gravitino
that referenced
this issue
Nov 6, 2024
…ent (apache#5225) ### What changes were proposed in this pull request? Add support for Aliyun OSS python client. ### Why are the changes needed? It's a need Fix: apache#5221 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Test locally. Do the following change to `test_gvfs_with_oss.py` and run `./gradlew :clients:client-python:test -PskipDockerTests=false` <img width="1261" alt="image" src="https://github.com/user-attachments/assets/a57a3f2e-178b-4b50-8219-5a95d0329cd1"> <img width="1211" alt="image" src="https://github.com/user-attachments/assets/b2675a44-d9db-4d11-a505-8e098ef3173f">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
After #5174, we have supported the OSS fileset in the Gravitno server, however, the corresponding Python client has not been finished, this issue is aimed to add Python client support for OSS fileset.
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: