@AutoService(value=FileSystemRegistrar.class) public class S3FileSystemRegistrar extends java.lang.Object implements 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<FileSystem<?>> |
fromOptions(PipelineOptions options)
Create zero or more
filesystems from the given PipelineOptions . |
public java.lang.Iterable<FileSystem<?>> fromOptions(@Nonnull PipelineOptions options)
FileSystemRegistrar
filesystems
from the given PipelineOptions
.
Each scheme
is required to be unique among all FileSystem
s registered by all FileSystemRegistrar
s.
fromOptions
in interface FileSystemRegistrar