Skip to content

Commit 4a0c237

Browse files
committed
...
1 parent ea65bcb commit 4a0c237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository-s3/src/internalClusterTest/java/org/elasticsearch/repositories/s3/S3RepositoryThirdPartyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected void createRepository(String repoName) {
110110
Settings.Builder settings = Settings.builder()
111111
.put("bucket", System.getProperty("test.s3.bucket"))
112112
.put("base_path", System.getProperty("test.s3.base", "testpath"))
113-
.put("buffer_size", S3Repository.MIN_PART_SIZE_USING_MULTIPART.getBytes());
113+
.put("buffer_size", S3Repository.MIN_PART_SIZE_USING_MULTIPART);
114114
final String endpoint = USE_FIXTURE ? minio.getAddress() : System.getProperty("test.s3.endpoint");
115115
if (endpoint != null) {
116116
settings.put("endpoint", endpoint);

0 commit comments

Comments
 (0)