-
Notifications
You must be signed in to change notification settings - Fork 878
feat(storage): Restart & delete resumable upload part 2 #23376
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
base: main
Are you sure you want to change the base?
feat(storage): Restart & delete resumable upload part 2 #23376
Conversation
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.
Shouldn't we have to update the tests accordingly?
updating the test case is not required since we are setting the value of command.delete_upload here |
I can see one place for sure https://github.com/googleapis/google-api-ruby-client/pull/21896/files#diff-760f5664ec67b31a778b73e99c7976822f091ef3ad45eb654a3704c72fb7f555R299 |
missed it as this was not affecting the test outcome updated it now |
@dazuma I'm not sure about the new check multi-approver. I'm not able to merge the PR with just my approval. |
Feature to support Restart and Delete resumable upload functionality
storage library Implementation linked with- googleapis/google-cloud-ruby#29215
Core library Implementation(merged): #21896