@AutoService(value=S3FileSystemSchemeRegistrar.class) public class DefaultS3FileSystemSchemeRegistrar extends java.lang.Object implements S3FileSystemSchemeRegistrar
S3FileSystem
.Constructor and Description |
---|
DefaultS3FileSystemSchemeRegistrar() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<S3FileSystemConfiguration> |
fromOptions(PipelineOptions options)
Create zero or more
S3FileSystemConfiguration instances from the given PipelineOptions . |
public java.lang.Iterable<S3FileSystemConfiguration> fromOptions(@Nonnull PipelineOptions options)
S3FileSystemSchemeRegistrar
S3FileSystemConfiguration
instances from the given PipelineOptions
.
Each scheme
is required to be unique among all
schemes registered by all S3FileSystemSchemeRegistrar
s, as well as among all FileSystem
s registered by all FileSystemRegistrar
s.
fromOptions
in interface S3FileSystemSchemeRegistrar