public final class S3ASpecificOperations extends Object
Constructor and Description |
---|
S3ASpecificOperations(String testDirectory,
UnderFileSystem ufs,
InstancedConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
createAndAbortMultipartFileTest()
Test for creating and aborting a multipart file.
|
void |
createEmptyFileTest()
Test for creating an empty file using streaming upload.
|
void |
createFileLessThanOnePartTest()
Test for creating a file with data less than one part.
|
void |
createMultipartFileTest()
Test for creating a multipart file.
|
public S3ASpecificOperations(String testDirectory, UnderFileSystem ufs, InstancedConfiguration configuration)
testDirectory
- the directory to run tests againstufs
- the S3A under file systemconfiguration
- the instance configurationpublic void createEmptyFileTest() throws IOException
IOException
public void createFileLessThanOnePartTest() throws IOException
IOException
public void createMultipartFileTest() throws IOException
IOException
public void createAndAbortMultipartFileTest() throws IOException
IOException
Copyright © 2023. All Rights Reserved.