Package org.apache.beam.sdk.io.aws2.s3
Class S3FileSystemRegistrar
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.s3.S3FileSystemRegistrar
-
- All Implemented Interfaces:
org.apache.beam.sdk.io.FileSystemRegistrar
@AutoService(org.apache.beam.sdk.io.FileSystemRegistrar.class) @Experimental(FILESYSTEM) public class S3FileSystemRegistrar extends java.lang.Object implements org.apache.beam.sdk.io.FileSystemRegistrarAutoServiceregistrar for theS3FileSystem.Creates instances of
S3FileSystemfor each scheme registered with aS3FileSystemSchemeRegistrar.
-
-
Constructor Summary
Constructors Constructor Description S3FileSystemRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<org.apache.beam.sdk.io.FileSystem<?>>fromOptions(org.apache.beam.sdk.options.PipelineOptions options)
-