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

GCS Downloads #244

Closed
soulbah opened this issue May 9, 2023 · 0 comments · Fixed by #246
Closed

GCS Downloads #244

soulbah opened this issue May 9, 2023 · 0 comments · Fixed by #246
Assignees
Labels
bug Something isn't working

Comments

@soulbah
Copy link

soulbah commented May 9, 2023

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

  • Kestra Version: 0.8.0
  • Plugin version: 0.8.0

Example flow

id: "downloads"
type: "io.kestra.plugin.gcp.gcs.Downloads"
from: "gs://my-bucket/file names"
action: MOVE
moveDirectory: "gs://my-bucket/archives"

@soulbah soulbah added the bug Something isn't working label May 9, 2023
@github-project-automation github-project-automation bot moved this to Backlog in All issues May 9, 2023
@loicmathieu loicmathieu moved this from Backlog to Ready in All issues May 10, 2023
@loicmathieu loicmathieu moved this from Ready to Review in All issues May 10, 2023
@github-project-automation github-project-automation bot moved this from Review to Done in All issues May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants