-
Notifications
You must be signed in to change notification settings - Fork 481
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: add write api for lakefs service. #5100
Conversation
The fail CI should be addressed by #5102 |
@@ -143,6 +143,38 @@ impl LakefsCore { | |||
|
|||
self.client.send(req).await | |||
} | |||
|
|||
pub async fn upload_object( |
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.
Hi, we don't need to build a request and send it later; we can send it directly here.
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.
I see.
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!
Which issue does this PR close?
Closes #.
Rationale for this change
Refer to https://docs.lakefs.io/reference/api.html#/objects/uploadObject
What changes are included in this PR?
Are there any user-facing changes?