-
Notifications
You must be signed in to change notification settings - Fork 32
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
QACTL: Add an implementation to generate S3 links #1809
Comments
The working branch for this issue is : 1809-gen-s3-links-implementation |
As for now, the first implemented approach for this issue is finished. The implementation given in the file s3Helper file has been used as a guidence. This file plus another changes added in the implementation have given us this first approach. |
The new alternative method for getting a wazuh s3 link generating it by using certain parameters given in the yaml configurator file is implemented and working fine. In order to get this method to work, the modifications and additions made were:
|
This issue has been closed by this PR #1828 |
This issue has been created with the purpose of implementing a method that will use the new parameter entries to generate the proper link for the desired package. As the new command line type will be:
We have to use this information along with some internal parameters to generate the S3 link and use it for the running qa-ctl instance.
Tasks
In order to get this process done, several taks needs to be done:
The text was updated successfully, but these errors were encountered: