We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I move files using the xxx plugin, spaces in the file names are replaced by +, which implies that no blob is found.
No files are moved, when file name contains spaces.
Run a flow with io.kestra.plugin.gcp.gcs.Downloads plugin with bucket name containing spaces.
id: "downloads" type: "io.kestra.plugin.gcp.gcs.Downloads" from: "gs://my-bucket/file names" action: MOVE moveDirectory: "gs://my-bucket/archives"
The text was updated successfully, but these errors were encountered:
fix(#244): List and DeleteList didn't work when path with spaces
ce92e48
649e9b4
loicmathieu
Successfully merging a pull request may close this issue.
Expected Behavior
When I move files using the xxx plugin, spaces in the file names are replaced by +, which implies that no blob is found.
Actual Behaviour
No files are moved, when file name contains spaces.
Steps To Reproduce
Run a flow with io.kestra.plugin.gcp.gcs.Downloads plugin with bucket name containing spaces.
Environment Information
Example flow
id: "downloads"
type: "io.kestra.plugin.gcp.gcs.Downloads"
from: "gs://my-bucket/file names"
action: MOVE
moveDirectory: "gs://my-bucket/archives"
The text was updated successfully, but these errors were encountered: