File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments