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
2025
 Dependencies

Runtime

>= 1.0.1, < 4.0
 Project Readme

OpenSearch AWS SigV4 Request Signer

The opensearch-aws-sigv4 library provides an AWS Sigv4 request signer for opensearch-ruby, which is a Ruby client for OpenSearch.

Compatibility

The compatibility between opensearch-aws-sigv4 and opensearch-ruby is as follows:

opensearch-aws-sigv4 Version Compatible opensearch-ruby Versions
< 2.0 > 4.0
>= 2.0 <= 4.0
  • opensearch-aws-sigv4 < 2.0 is compatible with all versions of opensearch-ruby > 4.0.
  • opensearch-aws-sigv4 >= 2.0 is compatible with all versions of opensearch-ruby <= 4.0.

User Guide

See USER_GUIDE.

License

This software is licensed under the Apache 2 license.