opensearch-aws-sigv4

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.


License
Apache-2.0
Install
gem install opensearch-aws-sigv4 -v 1.2.1

Documentation

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.