-
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
Open
shubhangi-google
wants to merge
33
commits into
googleapis:main
Choose a base branch
from
shubhangi-google:restart_delete_resumable_upload_v4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
62c6d40
functionality working
shubhangi-google b02f881
adding missing config
shubhangi-google 4a6d3ca
fixing unit tests
shubhangi-google bb4d94d
fixing lint issues
shubhangi-google a8a5a36
changing storage_cleint approach
shubhangi-google 7b15578
fix linter
shubhangi-google 238c190
code refactoring
shubhangi-google 756a6ae
wip - implementation 2
shubhangi-google 3dcc3ce
changes working
shubhangi-google 128a8ed
adding test cases
shubhangi-google c313da6
fix typo
shubhangi-google 9b06029
removing unwanted change
shubhangi-google 77068a5
removing unwanted changes
shubhangi-google b39dca7
rewritting delete upload
shubhangi-google e136db8
Update google-cloud-storage/lib/google/cloud/storage/bucket.rb
shubhangi-google 2e0294c
chnaging method params
shubhangi-google 86378a6
addressing comments
shubhangi-google 2835d79
removing space
shubhangi-google d3b9da8
resolving syntax
shubhangi-google c9c9223
Update bucket.rb
shubhangi-google 61350b0
adding returntype
shubhangi-google b1331c7
adding returntype
shubhangi-google 7e1a89f
modifying test
shubhangi-google 8d60e4c
fixing rubocop issue in toys
shubhangi-google c646691
update storage_v1 gem version
shubhangi-google 6f1fb62
updating test cases
shubhangi-google 90b87de
updating documentation
shubhangi-google 9c627c8
fix rubocop issue
shubhangi-google b4f9b69
Update google-cloud-storage/lib/google/cloud/storage/bucket.rb
shubhangi-google deee402
Update google-cloud-storage/lib/google/cloud/storage/bucket.rb
shubhangi-google 25c3b97
Update google-cloud-storage.gemspec
shubhangi-google 0b4cd36
add test case
shubhangi-google d14e180
Update bucket_test.rb
shubhangi-google File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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