https://github.com/opensearch-project/opensearch-ruby-aws-sigv4
Sigv4 Wrapper for Ruby OpenSearch Client
https://github.com/opensearch-project/opensearch-ruby-aws-sigv4
Last synced: 3 months ago
JSON representation
Sigv4 Wrapper for Ruby OpenSearch Client
- Host: GitHub
- URL: https://github.com/opensearch-project/opensearch-ruby-aws-sigv4
- Owner: opensearch-project
- License: apache-2.0
- Created: 2023-04-21T16:46:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T15:23:23.000Z (3 months ago)
- Last Synced: 2025-04-03T16:32:23.550Z (3 months ago)
- Language: Ruby
- Homepage: https://super-disco-wl98v3r.pages.github.io/
- Size: 144 KB
- Stars: 7
- Watchers: 7
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[
](https://opensearch.org)
# OpenSearch AWS SigV4 Request Signer
The `opensearch-aws-sigv4` library provides an AWS Sigv4 request signer for [`opensearch-ruby`](https://github.com/opensearch-project/opensearch-ruby/tree/main), 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](USER_GUIDE.md).
## License
This software is licensed under the [Apache 2 license](LICENSE).