Skip to content

Commit 49f0b89

Browse files
authored
[3.3] Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings (#19789)
* [3.3] Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent cd76b83 commit 49f0b89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
- [Star Tree] Fix sub-aggregator casting for search with profile=true ([19652](https://github.com/opensearch-project/OpenSearch/pull/19652))
1414
- Fix bwc @timestamp upgrade issue by adding a version check on skip_list param ([19671](https://github.com/opensearch-project/OpenSearch/pull/19671))
1515
- [Java Agent] Allow JRT protocol URLs in protection domain extraction ([#19683](https://github.com/opensearch-project/OpenSearch/pull/19683))
16+
- Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings ([#19789](https://github.com/opensearch-project/OpenSearch/pull/19789))
1617

1718
### Dependencies
1819
- Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture ([#19764](https://github.com/opensearch-project/OpenSearch/pull/19764))

plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3RepositoryPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ public List<Setting<?>> getSettings() {
367367
S3ClientSettings.ROLE_ARN_SETTING,
368368
S3ClientSettings.IDENTITY_TOKEN_FILE_SETTING,
369369
S3ClientSettings.ROLE_SESSION_NAME_SETTING,
370+
S3ClientSettings.LEGACY_MD5_CHECKSUM_CALCULATION,
370371
S3Repository.PARALLEL_MULTIPART_UPLOAD_MINIMUM_PART_SIZE_SETTING,
371372
S3Repository.PARALLEL_MULTIPART_UPLOAD_ENABLED_SETTING,
372373
S3Repository.REDIRECT_LARGE_S3_UPLOAD,

0 commit comments

Comments
 (0)