Skip to content
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

[PLUGIN-698] Add wildcard support for copy and move action #1418

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

psainics
Copy link
Contributor

@psainics psainics commented May 21, 2024

Add wildcard support for copy and move action

Jira : PLUGIN-698

Description

Adding wild card support in gcs copy and move action !
eg: source path gs://foobucket/mydir/test_web*/*

Docs

  • Modified GCSCopy-action.md
  • Modified GCSMove-action.md

image
image

Code change

  • Modified StorageClient.java
  • Modified GCSCopy.java
  • Modified GCSMove.java
  • Modified SourceDestConfig.java

Unit Tests

  • Modified StorageClientTest.java

image

@psainics psainics added the build Trigger unit test build label May 21, 2024
@psainics psainics requested a review from sahusanket May 30, 2024 05:16
Copy link
Member

@itsankit-google itsankit-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update documentation as well with examples.

@psainics
Copy link
Contributor Author

psainics commented Jun 7, 2024

Please update documentation as well with examples.

Updated !

image
image

@psainics psainics merged commit de01bf2 into data-integrations:develop Jun 12, 2024
16 checks passed
@psainics psainics deleted the feat/cp-wildcard branch June 12, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Trigger unit test build
Projects
None yet
3 participants