docs: add S3 Repository report for v3.4.0#1771
Merged
Merged
Conversation
|
Hi, May I know that if there is a plan to deprecate this parameter from OpenSearch in near future versions? |
Owner
Author
|
Hi @RamHaridas, Based on my investigation of the OpenSearch GitHub repository, there is currently no announced plan to deprecate the This setting was introduced in v3.3.0 (PR #19220) as a compatibility fix for S3-compatible storage providers that don't support the newer checksum trailing headers introduced in AWS SDK v2.30.0. The deprecation of this parameter would likely depend on:
For the most authoritative answer, I'd recommend asking directly in the OpenSearch community forums or creating a discussion in the OpenSearch repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds documentation for the S3 Repository enhancement in OpenSearch v3.4.0.
Changes in v3.4.0
The
LEGACY_MD5_CHECKSUM_CALCULATIONsetting was added to the list of repository-s3 plugin settings, enabling it to be configured inopensearch.ymlin addition to repository creation time. This completes the fix for S3-compatible storage compatibility that was introduced in v3.3.0.Reports Created
docs/releases/v3.4.0/features/opensearch/s3-repository.mddocs/features/opensearch/s3-repository.mdRelated PR
Related Issue
Closes #1712