Skip to content

Commit 485f7bd

Browse files
remove dead field
1 parent 63d5b9b commit 485f7bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/repository-s3/src/test/java/org/elasticsearch/repositories/s3/S3BlobStoreRepositoryTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public class S3BlobStoreRepositoryTests extends ESBlobStoreRepositoryIntegTestCa
5959

6060
private static final ConcurrentMap<String, byte[]> blobs = new ConcurrentHashMap<>();
6161
private static String bucket;
62-
private static String client;
6362
private static ByteSizeValue bufferSize;
6463
private static boolean serverSideEncryption;
6564
private static String cannedACL;
@@ -68,7 +67,6 @@ public class S3BlobStoreRepositoryTests extends ESBlobStoreRepositoryIntegTestCa
6867
@BeforeClass
6968
public static void setUpRepositorySettings() {
7069
bucket = randomAlphaOfLength(randomIntBetween(1, 10)).toLowerCase(Locale.ROOT);
71-
client = randomAlphaOfLength(randomIntBetween(1, 10)).toLowerCase(Locale.ROOT);
7270
bufferSize = new ByteSizeValue(randomIntBetween(5, 50), ByteSizeUnit.MB);
7371
serverSideEncryption = randomBoolean();
7472
if (randomBoolean()) {

0 commit comments

Comments
 (0)