Class S3Fetcher

java.lang.Object
org.apache.tika.plugins.AbstractTikaExtension
org.apache.tika.pipes.fetcher.s3.S3Fetcher
All Implemented Interfaces:
Fetcher, RangeFetcher, TikaExtension, org.pf4j.ExtensionPoint

public class S3Fetcher extends AbstractTikaExtension implements Fetcher, RangeFetcher
Fetches files from s3. Example file: s3://my_bucket/path/to/my_file.pdf The bucket must be specified via the tika-config or before initialization, and the fetch key is "path/to/my_file.pdf".