-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support gcs-connector 3.x in GcsUtil (#33368)
* Parameterize GoogleCloudStorage provider in GcsUtil to unblock gcs-connector 3.x * Use Reflection to attempt 3.x Builder, and fall back to 2.x Constructor * Attempt constructing 3.x-style GCS via reflection; fall back to 2.x constructor * Update CHANGES.md * Add TODO note on reflection block * Try non-reflected construction first * Fix SpotBugs error
- Loading branch information
1 parent
9268f69
commit ff8b6a1
Showing
2 changed files
with
44 additions
and
1 deletion.
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