File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Example {
2525 .build();
2626
2727 MaterialsManager materialsManager = new DefaultMaterialsManager (keyring);
28- S3EncryptionClient v3Client = S3EncryptionClient . builder()
28+ S3Client v3Client = S3EncryptionClient . builder()
2929 .materialsManager(materialsManager)
3030 .build();
3131 }
@@ -52,7 +52,7 @@ class Example {
5252 .build();
5353
5454 MaterialsManager materialsManager = new DefaultMaterialsManager (keyring);
55- S3EncryptionClient v3Client = S3EncryptionClient . builder()
55+ S3Client v3Client = S3EncryptionClient . builder()
5656 .materialsManager(materialsManager)
5757 .build();
5858 }
@@ -79,7 +79,7 @@ class Example {
7979 .build();
8080
8181 MaterialsManager materialsManager = new DefaultMaterialsManager (keyring);
82- S3EncryptionClient v3Client = S3EncryptionClient . builder()
82+ S3Client v3Client = S3EncryptionClient . builder()
8383 .materialsManager(materialsManager)
8484 .build();
8585 }
You can’t perform that action at this time.
0 commit comments