-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(core): test for read_with_override_content_composition #2067
Conversation
886e86a
to
466e390
Compare
Bad news. PTAL. @Xuanwo https://github.com/apache/incubator-opendal/actions/runs/4772535050/jobs/8485097115?pr=2067 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM.
Well, there are some errors that happened in s3_with_sse_c. Could you help me to take a look later? |
All returned headers should be added in request. Please take a look over presign: |
Signed-off-by: suyanhanx <[email protected]>
3a1df36
to
9af351d
Compare
Is there any process for supporting presign for |
Nice catch. azblob and gcs are ready for implementing presign, just need some work at opendal side. Other services may need some extra work at reqsign side. Are you willing to start a tracking issue with the current states for presign support? |
Will open. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
It's an experimental draft of read_with_some_headers. part of #2060
Seems that we don't have a way to check the response headers now.
cc @Xuanwo