wazuh / wazuh-indexer

Wazuh indexer, the Wazuh search engine
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
11 stars 17 forks source link

Amazon Security Lake integration - DTD - Split S3 handling functionality into classes #170

Closed f-galland closed 6 months ago

f-galland commented 7 months ago

Description:

We are currently using a plain function to authenticate to S3 buckets. The session object is locally created within the function, and then returned. This functionality should be split into its own class.

AlexRuiz7 commented 6 months ago

We'll reopen if necessary.