The Amazon S3 Fetch URL stage is an extension of the Fetch URL stage, that adds the functionality of Authentication to access the files of an Amazon S3 account.

Feature only available with Aspire Premium

Factory Name com.searchtechnologies.aspire:aspire-amazons3-connector
subType fetchUrl
Inputs <fetchUrl> (if it exists) or <url>
Outputs Sets job variable 'contentStream', to an InputStream object ready to be read. HTTP headers are mapped to output elements using the metadata mapper (see below), and an element, <httpResponse> is also created for HTTP URLs.

Example Configurations

<component name="S3FetchUrl" subType="fetchUrl"	factoryName="aspire-s3-connector">
  <debug>true</debug>
  <accessKey>myAccessKey</accessKey>
  <secretKey>myS3SecretKey</secretKey>          			
</component>
  • No labels