|
@@ -102,6 +102,7 @@ public class ITestS3AEncryptionWithDefaultS3Settings extends
|
|
@Test
|
|
@Test
|
|
public void testEncryptionFileAttributes() throws Exception {
|
|
public void testEncryptionFileAttributes() throws Exception {
|
|
describe("Test for correct encryption file attributes for SSE-KMS with user default setting.");
|
|
describe("Test for correct encryption file attributes for SSE-KMS with user default setting.");
|
|
|
|
+ skipIfBucketNotKmsEncrypted();
|
|
Path path = path(createFilename(1024));
|
|
Path path = path(createFilename(1024));
|
|
byte[] data = dataset(1024, 'a', 'z');
|
|
byte[] data = dataset(1024, 'a', 'z');
|
|
S3AFileSystem fs = getFileSystem();
|
|
S3AFileSystem fs = getFileSystem();
|