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 7d6d7d6 commit e4ab6d4Copy full SHA for e4ab6d4
src/test/java/S3EncryptionClientTest.java
@@ -28,11 +28,11 @@
28
public class S3EncryptionClientTest {
29
30
// TODO: make these dynamic
31
- private static final String BUCKET = "s3encryptionclient";
+ private static final String BUCKET = "845853869857-s3-research";
32
33
- private static final String KMS_MASTER_KEY = "6c7db579-a16c-48c0-adea-604f6b449758";
+ private static final String KMS_MASTER_KEY = "e45015eb-1643-448f-9145-8ed4679138e4";
34
35
- private static final Region KMS_REGION = Region.getRegion(Regions.US_WEST_2);
+ private static final Region KMS_REGION = Region.getRegion(Regions.US_EAST_2);
36
37
private static SecretKey AES_KEY;
38
private static KeyPair RSA_KEY_PAIR;
0 commit comments