We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5072d31 commit 34b4589Copy full SHA for 34b4589
src/examples/java/software/amazon/encryption/s3/examples/MultipartUploadExample.java
@@ -56,7 +56,7 @@ public static void LowLevelMultipartUpload() throws IOException {
56
final InputStream objectStreamForResult = new BoundedInputStream(fileSizeLimit);
57
58
Security.addProvider(new BouncyCastleProvider());
59
- Provider PROVIDER = Security.getProvider("BC");
+ Provider PROVIDER = Security.getProvider("AmazonCorrettoCryptoProvider");
60
61
// Instantiate the S3 Encryption Client to encrypt and decrypt
62
// by specifying a KMS Key with the kmsKeyId builder parameter.
0 commit comments