-
Notifications
You must be signed in to change notification settings - Fork 566
feat(storage): Restart delete resumable upload config new #30882
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 config new #30882
Conversation
Co-authored-by: Neha Bajaj <[email protected]>
| /\/CHANGELOG\.md$/, | ||
| /\/version\.rb$/, | ||
| /\/snippets\/snippet_metadata_[\w\.]+\.json$/, | ||
| /\/snippets\/snippet_metadata_[\w.]+\.json$/, |
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.
Why are we making these changes?
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.
was getting rubocop failure due to this
| # Delete resumable upload | ||
| # @param [String] upload_id Unique Id of a resumable upload | ||
| # | ||
| # @return [Boolean,nil] Returns `true` if the resumable upload was deleted, |
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.
Can we keep it consistent? Just return boolean either way.
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.
this is being returned from Core API , will need to modify core API to fix this
Co-authored-by: Neha Bajaj <[email protected]>
Co-authored-by: Neha Bajaj <[email protected]>
Feature to support Restart and Delete resumable upload functionality
Implementation linked with - :googleapis/google-api-ruby-client#24234 ,googleapis/google-api-ruby-client#21896, googleapis/google-api-ruby-client#23376
this PR is created as #29215 & #30510 seems to be corrupted