File tree 1 file changed +0
-2
lines changed
plugins/repository-s3/src/test/java/org/elasticsearch/repositories/s3
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ public class S3BlobStoreRepositoryTests extends ESBlobStoreRepositoryIntegTestCa
59
59
60
60
private static final ConcurrentMap <String , byte []> blobs = new ConcurrentHashMap <>();
61
61
private static String bucket ;
62
- private static String client ;
63
62
private static ByteSizeValue bufferSize ;
64
63
private static boolean serverSideEncryption ;
65
64
private static String cannedACL ;
@@ -68,7 +67,6 @@ public class S3BlobStoreRepositoryTests extends ESBlobStoreRepositoryIntegTestCa
68
67
@ BeforeClass
69
68
public static void setUpRepositorySettings () {
70
69
bucket = randomAlphaOfLength (randomIntBetween (1 , 10 )).toLowerCase (Locale .ROOT );
71
- client = randomAlphaOfLength (randomIntBetween (1 , 10 )).toLowerCase (Locale .ROOT );
72
70
bufferSize = new ByteSizeValue (randomIntBetween (5 , 50 ), ByteSizeUnit .MB );
73
71
serverSideEncryption = randomBoolean ();
74
72
if (randomBoolean ()) {
You can’t perform that action at this time.
0 commit comments