Skip to content

Commit 34b4589

Browse files
committed
accp
1 parent 5072d31 commit 34b4589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/java/software/amazon/encryption/s3/examples/MultipartUploadExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static void LowLevelMultipartUpload() throws IOException {
5656
final InputStream objectStreamForResult = new BoundedInputStream(fileSizeLimit);
5757

5858
Security.addProvider(new BouncyCastleProvider());
59-
Provider PROVIDER = Security.getProvider("BC");
59+
Provider PROVIDER = Security.getProvider("AmazonCorrettoCryptoProvider");
6060

6161
// Instantiate the S3 Encryption Client to encrypt and decrypt
6262
// by specifying a KMS Key with the kmsKeyId builder parameter.

0 commit comments

Comments
 (0)