Skip to content

Commit 38308aa

Browse files
committed
Use S3 interface for encryption client.
1 parent 775d438 commit 38308aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)