Remove deprecated gcs.use-access-token from gcs filesystem#26941
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR removes the deprecated Entity relationship diagram for GCS filesystem config properties after removal of gcs.use-access-tokenerDiagram
GCS_FILE_SYSTEM_CONFIG {
string gcs_auth_type
string gcs_json_key
string gcs_json_key_file_path
}
Class diagram for GcsFileSystemConfig after removal of deprecated access token methodsclassDiagram
class GcsFileSystemConfig {
+AuthType authType
+String jsonKey
+String jsonKeyFilePath
+GcsFileSystemConfig setAuthType(AuthType authType)
+String getJsonKey()
+String getJsonKeyFilePath()
+boolean isAuthMethodValid()
-Optional<Boolean> useGcsAccessToken
-boolean isUseGcsAccessToken()
-GcsFileSystemConfig setUseGcsAccessToken(boolean useGcsAccessToken)
-boolean isAuthTypeAndGcsAccessTokenConfigured()
}
class AuthType {
}
GcsFileSystemConfig --> AuthType
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
ebyhr
reviewed
Oct 25, 2025
8ca2e60 to
337476b
Compare
|
This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
|
Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time. |
Member
|
Could you rebase on master to resolve conflicts? |
eb40590 to
78ab812
Compare
Praveen2112
approved these changes
Jan 5, 2026
wendigo
approved these changes
Jan 5, 2026
ebyhr
reviewed
Jan 5, 2026
78ab812 to
f0c81d7
Compare
ebyhr
approved these changes
Jan 8, 2026
Member
|
/test-with-secrets sha=f0c81d73a918612656d6df705de4916f66087037 |
|
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/20806168880 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Now we recommend to use the
gcs.auth-typeinsteadAdditional context and related issues
gcs.auth-typeconfiguration #26681Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: