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

Updates the S3 sink to use the AWS Plugin for loading AWS credentials #2787

Merged

Commits on May 31, 2023

  1. Updates the S3 sink to use the AWS Plugin for loading AWS credentials.

    …Resolves opensearch-project#2767
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fcf0969 View commit details
    Browse the repository at this point in the history
  2. Fix the ClientFactoryTest to run without a region configured and para…

    …meterize the regions to ensure they are not variable.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed May 31, 2023
    Configuration menu
    Copy the full SHA
    dcbc251 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Adds missing unit tests as noted in PR feedback. Updates the testing …

    …approach to deserialize using Jackson to better simulate the final usage.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f34627a View commit details
    Browse the repository at this point in the history