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

send-report do not use "bucket_file_path" in config file #1726

Open
cdevacc1 opened this issue Oct 21, 2024 · 0 comments
Open

send-report do not use "bucket_file_path" in config file #1726

cdevacc1 opened this issue Oct 21, 2024 · 0 comments
Labels
Bug Something isn't working Triage 👀

Comments

@cdevacc1
Copy link

cdevacc1 commented Oct 21, 2024

Describe the bug
This command edr send-report --gcs-bucket-name my-bucket --bucket-file-path elementary_data/report.html work as expected.
But when use config file below, the command edr send-report creates elemetary_data.html in the root level of bucket.

google:
  gcs_bucket_name: my-bucket
  bucket_file_path: elemetary_data/report.html

To Reproduce

  1. Use this config:
google:
  gcs_bucket_name: my-bucket
  bucket_file_path: elemetary_data/report.html
  1. Run edr send-report
  2. Go to bucket and check if it creates my-bucket/elementary_data.html instead of my-bucket/elementary_data/report.html
@cdevacc1 cdevacc1 added Bug Something isn't working Triage 👀 labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage 👀
Projects
None yet
Development

No branches or pull requests

1 participant