The project is in a healthy, maintained state
A wrapper for opensearch-ruby gem that provides AWS Sigv4 signing. It behaves like OpenSearch::Client, but signs every request with AWS Sigv4 using the credentials provided during the client's initialization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

OpenSearch AWS Sigv4 Client

The opensearch-aws-sigv4 library provides an AWS Sigv4 client for connecting to Amazon OpenSearch Service.

This library is an AWS Sigv4 wrapper for opensearch-ruby, which is a Ruby client for OpenSearch. The OpenSearch::Aws::Sigv4Client, therefore, has all features of OpenSearch::Client.

Compatibility

The opensearch-aws-sigv4 library is compatible with all versions of opensearch-ruby.

User Guide

See USER_GUIDE.

License

This software is licensed under the Apache 2 license.