Skip to content

Commit 0786cff

Browse files
committed
Use the affix setting
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent fc4970e commit 0786cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ 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,
373374
S3Repository.UPLOAD_RETRY_ENABLED,
374375
S3Repository.S3_PRIORITY_PERMIT_ALLOCATION_PERCENT,
375376
S3Repository.PERMIT_BACKED_TRANSFER_ENABLED,
376-
S3Repository.S3_ASYNC_HTTP_CLIENT_TYPE,
377-
S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION
377+
S3Repository.S3_ASYNC_HTTP_CLIENT_TYPE
378378
);
379379
}
380380

0 commit comments

Comments
 (0)