Package org.apache.beam.sdk.io.aws2.s3
Class S3FileSystemRegistrar
java.lang.Object
org.apache.beam.sdk.io.aws2.s3.S3FileSystemRegistrar
- All Implemented Interfaces:
 FileSystemRegistrar
@AutoService(FileSystemRegistrar.class)
public class S3FileSystemRegistrar
extends Object
implements FileSystemRegistrar
AutoService registrar for the S3FileSystem.
 Creates instances of S3FileSystem for each scheme registered with a S3FileSystemSchemeRegistrar.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionIterable<FileSystem<?>> fromOptions(PipelineOptions options) Create zero or morefilesystemsfrom the givenPipelineOptions. 
- 
Constructor Details
- 
S3FileSystemRegistrar
public S3FileSystemRegistrar() 
 - 
 - 
Method Details
- 
fromOptions
Description copied from interface:FileSystemRegistrarCreate zero or morefilesystemsfrom the givenPipelineOptions.Each
schemeis required to be unique among allFileSystems registered by allFileSystemRegistrars.- Specified by:
 fromOptionsin interfaceFileSystemRegistrar
 
 -