Skip to content
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

fix(services/gcs): migrate to new multipart impl for gcs_insert_object_request #2838

Merged
merged 4 commits into from
Aug 25, 2023

Conversation

silver-ymz
Copy link
Member

Fix #2837

test_writer_sink and test_writer_copy will be failed because we can't put stream body into multipart. Is there any way to solve it?

@Xuanwo
Copy link
Member

Xuanwo commented Aug 10, 2023

Is there any way to solve it?

We need to add streaming support for multipart. Let me take a look later this week.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 24, 2023

Wait for #2923

…t_request

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
@silver-ymz
Copy link
Member Author

All things have completed. Could you make review now?

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Xuanwo Xuanwo merged commit 0c1cdb5 into main Aug 25, 2023
24 checks passed
@Xuanwo Xuanwo deleted the gcs-multipart branch August 25, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gcs test failed with default_storage_class config
2 participants