Package one.microstream.afs.aws.s3.types
Class S3FileSystemCreator
java.lang.Object
one.microstream.configuration.types.ConfigurationBasedCreator.Abstract<AFileSystem>
one.microstream.afs.aws.types.AwsFileSystemCreator
one.microstream.afs.aws.s3.types.S3FileSystemCreator
- All Implemented Interfaces:
ConfigurationBasedCreator<AFileSystem>
public class S3FileSystemCreator extends AwsFileSystemCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.configuration.types.ConfigurationBasedCreator
ConfigurationBasedCreator.Abstract<T> -
Constructor Summary
Constructors Constructor Description S3FileSystemCreator() -
Method Summary
Modifier and Type Method Description AFileSystemcreate(Configuration configuration)Methods inherited from class one.microstream.configuration.types.ConfigurationBasedCreator.Abstract
resultType
-
Constructor Details
-
S3FileSystemCreator
public S3FileSystemCreator()
-
-
Method Details