@AutoService(value=org.apache.beam.sdk.io.FileSystemRegistrar.class)
public class S3FileSystemRegistrar
extends java.lang.Object
implements org.apache.beam.sdk.io.FileSystemRegistrar
AutoService registrar for the S3FileSystem.
Creates instances of S3FileSystem for each scheme registered with a S3FileSystemSchemeRegistrar.
| Constructor and Description |
|---|
S3FileSystemRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<org.apache.beam.sdk.io.FileSystem<?>> |
fromOptions(org.apache.beam.sdk.options.PipelineOptions options) |