-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
(storage) Add V4 signing support #4692
Merged
Merged
Changes from 27 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d3b121c
Add support for V4 signing
JesseLovelace 71846ac
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace ab931d8
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace d4fb299
(storage) WIP: Add V4 signing support
JesseLovelace 4e30cdc
(storage) Add V4 signing support
JesseLovelace ddc786c
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 0d7f114
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 8e8ca08
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace d48e8c4
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 7d23539
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace d3acaf1
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 85a0dc2
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace c36cbc3
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 15737c5
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 69d4a17
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 964af50
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 9986c97
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 24bf576
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 7d18fde
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace c5fd070
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 98c31b9
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace e0d0f32
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 9709087
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace ed25ac4
Add V4 samples (#4753)
frankyn 63c42ad
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace ed7e8c4
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 836d7d5
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 022d5ba
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 5534b2f
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace c104811
storage: fix v4 samples (#4754)
frankyn 9fcb46f
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 6d35976
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 54e722c
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace b0a992e
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace 7a836e4
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 0e152ec
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 6785005
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 8958a7d
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace b0d677d
Merge branch 'master' of github.com:googleapis/google-cloud-java into…
JesseLovelace d94d805
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace b249848
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace aa837fd
Merge branch 'v4support' of github.com:googleapis/google-cloud-java i…
JesseLovelace 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 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 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 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.
I couldn't find where this method is being used.
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.
It's not, I just didn't want to invalidate the constructor