This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 6777c035ae939d647cb5ca6ddf4cf80473003d0e Merge: 258873f3cf 3c3263b597 Author: Hans Van Akelyen <[email protected]> AuthorDate: Thu Apr 3 11:58:46 2025 +0200 Merge pull request #5123 from hansva/4655 Add support for multiple GCS locations, fixes #4655 assemblies/debug/pom.xml | 6 + docs/hop-user-manual/modules/ROOT/nav.adoc | 1 + .../google-storage-authentication.adoc | 36 ++++ .../modules/ROOT/pages/metadata-types/index.adoc | 2 + .../vfs/azure/metadatatype/AzureMetadataType.java | 74 +------- .../apache/hop/vfs/gs/GoogleStorageFileName.java | 6 +- .../apache/hop/vfs/gs/GoogleStorageFileObject.java | 64 +++---- .../hop/vfs/gs/GoogleStorageFileProvider.java | 70 +++++++- .../apache/hop/vfs/gs/GoogleStorageFileSystem.java | 35 +--- .../gs/GoogleStorageFileSystemConfigBuilder.java | 19 +- .../apache/hop/vfs/gs/GoogleStorageVfsPlugin.java | 21 ++- .../hop/vfs/gs/config/GoogleCloudConfig.java | 21 +-- .../hop/vfs/gs/config/GoogleCloudConfigPlugin.java | 22 +-- .../GoogleStorageCredentialsType.java} | 32 ++-- .../gs/metadatatype/GoogleStorageMetadataType.java | 52 ++++++ .../GoogleStorageMetadataTypeEditor.java | 194 +++++++++++++++++++++ .../messages/messages_en_US.properties | 28 +++ .../org/apache/hop/ui/hopgui/HopGuiKeyHandler.java | 6 +- 18 files changed, 503 insertions(+), 186 deletions(-)
