@AutoService(value=S3FileSystemSchemeRegistrar.class) @Experimental(value=FILESYSTEM) 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  S3FileSystemConfigurationinstances from the givenPipelineOptions. | 
public java.lang.Iterable<S3FileSystemConfiguration> fromOptions(@Nonnull PipelineOptions options)
S3FileSystemSchemeRegistrarS3FileSystemConfiguration instances from the given PipelineOptions.
 Each scheme is required to be unique among all
 schemes registered by all S3FileSystemSchemeRegistrars, as well as among all FileSystems registered by all FileSystemRegistrars.
fromOptions in interface S3FileSystemSchemeRegistrar