Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.dynamodb.PutDynamoDB/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.dynamodb.PutDynamoDB/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.dynamodb.PutDynamoDB/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.dynamodb.PutDynamoDB/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutDynamoDB</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutDynamoDB</h1><h2>Description: </h2><p>Puts a document from DynamoDB 
based on hash and range key.  The table can have either hash and range or hash 
key alone. Currently the keys supported are string and number and value can be 
json document. In case of hash and range keys both key are required for the 
operation. The FlowFile content must be JSON. FlowFile content is mapped to the 
specified Json Document attribute in the DynamoDB item.</p><h3>Tags: 
</h3><p>Amazon, DynamoDB, AWS, Put, Insert</p><h3>Properties: </h3><p>In the 
list below, the names of required properties appear in <strong>bold</strong
 >. Any other properties (not in bold) are considered optional. The table also 
 >indicates any default values, whether a property supports the <a 
 >href="../../../../../html/expression-language-guide.html">NiFi Expression 
 >Language</a>, and whether a property is considered "sensitive", meaning that 
 >its value will be encrypted. Before entering a value in a sensitive property, 
 >ensure that the <strong>nifi.properties</strong> file has an entry for the 
 >property <strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name"><strong>Table 
 >Name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The DynamoDB table 
 >name<br/><strong>Supports Expression Language: true (will be evaluated using 
 >variable registry only)</strong></td></tr><tr><td id="name"><strong>Hash Key 
 >Name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td
  id="description">The hash key name of the item<br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Range Key Name</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
range key name of the item<br/><strong>Supports Expression Language: true (will 
be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name"><strong>Hash Key Value</strong></td><td 
id="default-value">${dynamodb.item.hash.key.value}</td><td 
id="allowable-values"></td><td id="description">The hash key value of the 
item<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Range Key Value</td><td 
id="default-value">${dynamodb.item.range.key.value}</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated us
 ing flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Hash Key Value Type</strong></td><td 
id="default-value">string</td><td 
id="allowable-values"><ul><li>string</li><li>number</li></ul></td><td 
id="description">The hash key value type of the item</td></tr><tr><td 
id="name"><strong>Range Key Value Type</strong></td><td 
id="default-value">string</td><td 
id="allowable-values"><ul><li>string</li><li>number</li></ul></td><td 
id="description">The range key value type of the item</td></tr><tr><td 
id="name"><strong>Json Document attribute</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Json document to be retrieved from the dynamodb item<br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name"><strong>Character set of 
document</strong></td><td id="default-value">UTF-8</td><td 
id="allowable-values"></td><td id="description">Charact
 er set of data in the document<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Batch items for each request (between 1 and 50)</td><td 
id="default-value">1</td><td id="allowable-values"></td><td 
id="description">The items to be retrieved in one batch<br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AWS GovCloud 
(US)</li><li>US East (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California)</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU 
(London)</li><li>EU (Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific 
(Mumbai)</li><li>Asia Pacific (Singapore)</li><li>Asia Pacific 
(Sydney)</li><li>Asia Pacific (Tokyo)</li><li>Asia Pacific 
(Seoul)</li><li>South America (Sao Paulo)</li><li>China (Beijing)</li><li>Chi
 na (Ningxia)</li><li>Canada (Central)</li></ul></td><td id="description">No 
Description Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Secret 
Key</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Credentials 
File</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td>
 <td id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>SSLContextService<br/><strong>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a><br/><a
 href="../../../nifi-ssl-context-service-nar/1.7.1/org.ap
 
ache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a></td><td
 id="description">Specifies an optional SSL Context Service that, if provided, 
will be used to create connections</td></tr><tr><td id="name">Proxy 
Configuration Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (w
 ill be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Host Port</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy host 
port<br/><strong>Supports Expression Language: true (will be evaluated using 
variable registry only)</strong></td></tr><tr><td id="name">Proxy 
Username</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy username<br/><strong>Supports Expression Language: true 
(undefined scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>unprocessed</td><td>FlowFiles
 are routed to unprocessed relationship when DynamoDB is not able to pr
 ocess all the items in the request. Typical reasons are insufficient table 
throughput capacity and exceeding the maximum bytes per request. Unprocessed 
FlowFiles can be retried with a new 
request.</td></tr><tr><td>success</td><td>FlowFiles are routed to success 
relationship</td></tr><tr><td>failure</td><td>FlowFiles are routed to failure 
relationship</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>  
dynamodb.item.hash.key.value</td><td>Items hash key value</td></tr><tr><td>  
dynamodb.item.range.key.value</td><td>Items range key 
value</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>dynamodb.key.error.unprocessed</td><td>Dynamo
 db unprocessed 
keys</td></tr><tr><td>dynmodb.range.key.value.error</td><td>Dynamod db range 
key error</td></tr><tr><td>dynamodb.key.error.not.found</td><td>Dynamo db key 
not found</td></tr><tr><td>dynamodb.error
 .exception.message</td><td>Dynamo db exception 
message</td></tr><tr><td>dynamodb.error.code</td><td>Dynamo db error 
code</td></tr><tr><td>dynamodb.error.message</td><td>Dynamo db error 
message</td></tr><tr><td>dynamodb.error.type</td><td>Dynamo db error 
type</td></tr><tr><td>dynamodb.error.service</td><td>Dynamo db error 
service</td></tr><tr><td>dynamodb.error.retryable</td><td>Dynamo db error is 
retryable</td></tr><tr><td>dynamodb.error.request.id</td><td>Dynamo db error 
request id</td></tr><tr><td>dynamodb.error.status.code</td><td>Dynamo db error 
status code</td></tr><tr><td>dynamodb.item.io.error</td><td>IO exception 
message on creating item</td></tr></table><h3>State management: </h3>This 
component does not store state.<h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3><table 
id="system-resource-considerations"><tr><th>Resource</th><th>Description</th></tr><tr
 ><td>MEMORY</td><td>An instance of this component can cause high usage of this 
 >system resource.  Multiple instances or high concurrency settings may result 
 >a degradation of performance.</td></tr></table><h3>See Also:</h3><p><a 
 >href="../org.apache.nifi.processors.aws.dynamodb.DeleteDynamoDB/index.html">DeleteDynamoDB</a>,
 > <a 
 >href="../org.apache.nifi.processors.aws.dynamodb.GetDynamoDB/index.html">GetDynamoDB</a></p></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.firehose.PutKinesisFirehose/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.firehose.PutKinesisFirehose/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.firehose.PutKinesisFirehose/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.firehose.PutKinesisFirehose/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutKinesisFirehose</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutKinesisFirehose</h1><h2>Description: </h2><p>Sends the contents to a 
specified Amazon Kinesis Firehose. In order to send data to firehose, the 
firehose delivery stream name has to be specified.</p><h3>Tags: </h3><p>amazon, 
aws, firehose, kinesis, put, stream</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a
 >, and whether a property is considered "sensitive", meaning that its value 
 >will be encrypted. Before entering a value in a sensitive property, ensure 
 >that the <strong>nifi.properties</strong> file has an entry for the property 
 ><strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name"><strong>Amazon Kinesis 
 >Firehose Delivery Stream Name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The name of kinesis firehose 
 >delivery stream<br/><strong>Supports Expression Language: true (will be 
 >evaluated using flow file attributes and variable 
 >registry)</strong></td></tr><tr><td id="name">Batch Size</td><td 
 >id="default-value">250</td><td id="allowable-values"></td><td 
 >id="description">Batch size for messages (1-500).</td></tr><tr><td 
 >id="name">Max message buffer size</td><td id="default-value">1 MB</td><td 
 >id="allowable-values"></td><
 td id="description">Max message buffer</td></tr><tr><td 
id="name"><strong>Region</strong></td><td id="default-value">us-west-2</td><td 
id="allowable-values"><ul><li>AWS GovCloud (US)</li><li>US East (N. 
Virginia)</li><li>US East (Ohio)</li><li>US West (N. California)</li><li>US 
West (Oregon)</li><li>EU (Ireland)</li><li>EU (London)</li><li>EU 
(Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific (Mumbai)</li><li>Asia 
Pacific (Singapore)</li><li>Asia Pacific (Sydney)</li><li>Asia Pacific 
(Tokyo)</li><li>Asia Pacific (Seoul)</li><li>South America (Sao 
Paulo)</li><li>China (Beijing)</li><li>China (Ningxia)</li><li>Canada 
(Central)</li></ul></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td><
 /tr><tr><td id="name">Secret Key</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Sensitive Property: true</strong><br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Credentials File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provide
 r</td></tr><tr><td id="name"><strong>Communications Timeout</strong></td><td 
id="default-value">30 secs</td><td id="allowable-values"></td><td 
id="description">No Description Provided.</td></tr><tr><td id="name">Proxy 
Configuration Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (will be evaluated using variable regist
 ry only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
username<br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Endpoint Override URL</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Endpoint URL to use instead of the AWS default including 
scheme, host, port, and path. The AWS libraries select an endpoin
 t URL based on the AWS region, but this property overrides the selected 
endpoint URL, allowing use with other S3-compatible 
endpoints.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></tr><tr><td>failure</td><td>FlowFiles 
are routed to failure relationship</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>aws.kinesis.firehose.error.message</td><td>Error
 message on posting message to AWS Kinesis 
Firehose</td></tr><tr><td>aws.kinesis.firehose.error.code</td><td>Error code 
for the message when posting to AWS Kinesis 
Firehose</td></tr><tr><td>aws.kinesis.firehose.record.id</td><td>Record id of 
the message posted to Kinesis Firehose</td><
 /tr></table><h3>State management: </h3>This component does not store 
state.<h3>Restricted: </h3>This component is not restricted.<h3>Input 
requirement: </h3>This component requires an incoming relationship.<h3>System 
Resource Considerations:</h3>None specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.stream.PutKinesisStream/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.stream.PutKinesisStream/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.stream.PutKinesisStream/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.kinesis.stream.PutKinesisStream/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutKinesisStream</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutKinesisStream</h1><h2>Description: </h2><p>Sends the contents to a 
specified Amazon Kinesis. In order to send data to Kinesis, the stream name has 
to be specified.</p><h3>Tags: </h3><p>amazon, aws, kinesis, put, 
stream</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, whether a 
property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a>, and whether a property is considered "s
 ensitive", meaning that its value will be encrypted. Before entering a value 
in a sensitive property, ensure that the <strong>nifi.properties</strong> file 
has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Amazon Kinesis 
Stream Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of Kinesis 
Stream<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Amazon Kinesis Stream Partition Key</td><td 
id="default-value">${kinesis.partition.key}</td><td 
id="allowable-values"></td><td id="description">The partition key attribute.  
If it is not set, a random value is used<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registr
 y)</strong></td></tr><tr><td id="name">Message Batch Size</td><td 
id="default-value">250</td><td id="allowable-values"></td><td 
id="description">Batch size for messages (1-500).</td></tr><tr><td 
id="name">Max message buffer size (MB)</td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">Max message buffer size in 
Mega-bytes</td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AWS GovCloud 
(US)</li><li>US East (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California)</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU 
(London)</li><li>EU (Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific 
(Mumbai)</li><li>Asia Pacific (Singapore)</li><li>Asia Pacific 
(Sydney)</li><li>Asia Pacific (Tokyo)</li><li>Asia Pacific 
(Seoul)</li><li>South America (Sao Paulo)</li><li>China (Beijing)</li><li>China 
(Ningxia)</li><li>Canada (Central)</li></ul></td><td id="description">No Desc
 ription Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Secret 
Key</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Credentials 
File</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: </strong><br/>AWSCrede
 ntialsProviderService<br/><strong>Implementation: </strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Proxy Configuration Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>ProxyConfigurationService<br/><strong>Implementation: 
</strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If se
 t, it supersedes proxy settings configured per component. Supported proxies: 
HTTP + AuthN</td></tr><tr><td id="name">Proxy Host</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
username<br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><str
 ong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Endpoint Override URL</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Endpoint URL to use instead of the AWS default including 
scheme, host, port, and path. The AWS libraries select an endpoint URL based on 
the AWS region, but this property overrides the selected endpoint URL, allowing 
use with other S3-compatible endpoints.<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></tr><tr><td>failure</td><td>FlowFiles 
are routed to failure relationship</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>aws.kinesis.e
 rror.message</td><td>Error message on posting message to AWS 
Kinesis</td></tr><tr><td>aws.kinesis.error.code</td><td>Error code for the 
message when posting to AWS 
Kinesis</td></tr><tr><td>aws.kinesis.sequence.number</td><td>Sequence number 
for the message when posting to AWS 
Kinesis</td></tr><tr><td>aws.kinesis.shard.id</td><td>Shard id of the message 
posted to AWS Kinesis</td></tr></table><h3>State management: </h3>This 
component does not store state.<h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.lambda.PutLambda/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.lambda.PutLambda/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.lambda.PutLambda/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.lambda.PutLambda/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutLambda</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutLambda</h1><h2>Description: </h2><p>Sends the contents to a specified 
Amazon Lamba Function. The AWS credentials used for authentication must have 
permissions execute the Lambda function (lambda:InvokeFunction).The FlowFile 
content must be JSON.</p><h3>Tags: </h3><p>amazon, aws, lambda, 
put</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, whether a 
property supports the <a 
href="../../../../../html/expression-language-guide.html">NiF
 i Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Amazon Lambda 
Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Lambda Function 
Name</td></tr><tr><td id="name"><strong>Amazon Lambda Qualifier 
(version)</strong></td><td id="default-value">$LATEST</td><td 
id="allowable-values"></td><td id="description">The Lambda Function 
Version</td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AWS GovCloud 
(US)</li><li>US East (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California
 )</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU (London)</li><li>EU 
(Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific (Mumbai)</li><li>Asia 
Pacific (Singapore)</li><li>Asia Pacific (Sydney)</li><li>Asia Pacific 
(Tokyo)</li><li>Asia Pacific (Seoul)</li><li>South America (Sao 
Paulo)</li><li>China (Beijing)</li><li>China (Ningxia)</li><li>Canada 
(Central)</li></ul></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Secret 
Key</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variab
 le registry only)</strong></td></tr><tr><td id="name">Credentials File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Proxy Configuration Service</td><td 
id="default-value"
 ></td><td id="allowable-values"><strong>Controller Service API: 
 ></strong><br/>ProxyConfigurationService<br/><strong>Implementation: 
 ></strong><a 
 >href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 > id="description">Specifies the Proxy Configuration Controller Service to 
 >proxy network requests. If set, it supersedes proxy settings configured per 
 >component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
 >Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Proxy host name or IP<br/><strong>Supports Expression 
 >Language: true (will be evaluated using variable registry 
 >only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Proxy host port<br/><strong>Supports Expression Language: 
 >true (will be evaluated using variable registry only)</strong><
 /td></tr><tr><td id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
username<br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></tr><tr><td>failure</td><td>FlowFiles 
are routed to failure relationship</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>aws.lambda.result.function.error</td><td>Function
 error message in result on posting message to AW
 S Lambda</td></tr><tr><td>aws.lambda.result.status.code</td><td>Status code in 
the result for the message when posting to AWS 
Lambda</td></tr><tr><td>aws.lambda.result.payload</td><td>Payload in the result 
from AWS Lambda</td></tr><tr><td>aws.lambda.result.log</td><td>Log in the 
result of the message posted to 
Lambda</td></tr><tr><td>aws.lambda.exception.message</td><td>Exception message 
on invoking from AWS 
Lambda</td></tr><tr><td>aws.lambda.exception.cause</td><td>Exception cause on 
invoking from AWS 
Lambda</td></tr><tr><td>aws.lambda.exception.error.code</td><td>Exception error 
code on invoking from AWS 
Lambda</td></tr><tr><td>aws.lambda.exception.request.id</td><td>Exception 
request id on invoking from AWS 
Lambda</td></tr><tr><td>aws.lambda.exception.status.code</td><td>Exception 
status code on invoking from AWS 
Lambda</td></tr><tr><td>aws.lambda.exception.error.type</td><td>Exception error 
type on invoking from AWS Lambda</td></tr></table><h3>State management: 
</h3>This compone
 nt does not store state.<h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>DeleteS3Object</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">DeleteS3Object</h1><h2>Description: </h2><p>Deletes FlowFiles on an 
Amazon S3 Bucket. If attempting to delete a file that does not exist, FlowFile 
is routed to success.</p><h3>Tags: </h3><p>Amazon, S3, AWS, Archive, 
Delete</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, whether a 
property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a>, and whether a property is considered "se
 nsitive", meaning that its value will be encrypted. Before entering a value in 
a sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Object 
Key</strong></td><td id="default-value">${filename}</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Bucket</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Access Key</td><td id="default-value"></td><td id="
 allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Sensitive Property: true</strong><br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Secret Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Credentials 
File</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a href="../org.apache.nifi.processor
 
s.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AWS GovCloud 
(US)</li><li>US East (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California)</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU 
(London)</li><li>EU (Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific 
(Mumbai)</li><li>Asia Pacific (Singapore)</li><li>Asia Pacific 
(Sydney)</li><li>Asia Pacific (Tokyo)</li><li>Asia Pacific 
(Seoul)</li><li>South America (Sao Paulo)</li><li>China (Beijing)</li><li>China 
(Ningxia)</li><li>Canada (Central)</li></ul></td><td id="description">No 
Description Provided.</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td id="a
 llowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Version</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Version of the Object to delete<br/><strong>Supports Expression Language: true 
(will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">FullControl User List</td><td 
id="default-value">${s3.permissions.full.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have Full 
Control for an object<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Read Permission User List</td><td 
id="default-value">${s3.permissions.read.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies
  who should have Read Access for an object<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Write Permission User 
List</td><td id="default-value">${s3.permissions.write.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have Write 
Access for an object<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Read ACL User List</td><td 
id="default-value">${s3.permissions.readacl.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have permissions 
to read the Access Control List for an object<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variab
 le registry)</strong></td></tr><tr><td id="name">Write ACL User List</td><td 
id="default-value">${s3.permissions.writeacl.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have permissions 
to change the Access Control List for an object<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Owner</td><td 
id="default-value">${s3.owner}</td><td id="allowable-values"></td><td 
id="description">The Amazon ID to use for the object's 
owner<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementations: </strong><a 
href="../../../nifi-ssl-co
 
ntext-service-nar/1.7.1/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a></td><td
 id="description">Specifies an optional SSL Context Service that, if provided, 
will be used to create connections</td></tr><tr><td id="name">Endpoint Override 
URL</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Endpoint URL to use instead of the AWS default including 
scheme, host, port, and path. The AWS libraries select an endpoint URL based on 
the AWS region, but this property overrides the selected endpoint URL, allowing 
use with other S3-compatible endpoints.<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Signer Override</td><td 
id="default-value">Default Signature</td><td id="allo
 wable-values"><ul><li>Default Signature</li><li>Signature v4</li><li>Signature 
v2</li></ul></td><td id="description">The AWS libraries use the default signer 
but this property allows you to specify a custom signer to support older 
S3-compatible services.</td></tr><tr><td id="name">Proxy Configuration 
Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Suppo
 rts Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
username<br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></t
 r><tr><td>failure</td><td>FlowFiles are routed to failure 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This component does not store state.<h3>Restricted: </h3>This component is 
not restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3>None specified.<h3>See 
Also:</h3><p><a 
href="../org.apache.nifi.processors.aws.s3.PutS3Object/index.html">PutS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.FetchS3Object/index.html">FetchS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.ListS3/index.html">ListS3</a></p></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.FetchS3Object/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.FetchS3Object/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.FetchS3Object/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.FetchS3Object/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchS3Object</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">FetchS3Object</h1><h2>Description: </h2><p>Retrieves the contents of an 
S3 Object and writes it to the content of a FlowFile</p><h3>Tags: 
</h3><p>Amazon, S3, AWS, Get, Fetch</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a>, and whether a property is considered "sensitive", meaning that 
its value will be encrypted
 . Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Bucket</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Object Key</strong></td><td 
id="default-value">${filename}</td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AW
 S GovCloud (US)</li><li>US East (N. Virginia)</li><li>US East 
(Ohio)</li><li>US West (N. California)</li><li>US West (Oregon)</li><li>EU 
(Ireland)</li><li>EU (London)</li><li>EU (Paris)</li><li>EU 
(Frankfurt)</li><li>Asia Pacific (Mumbai)</li><li>Asia Pacific 
(Singapore)</li><li>Asia Pacific (Sydney)</li><li>Asia Pacific 
(Tokyo)</li><li>Asia Pacific (Seoul)</li><li>South America (Sao 
Paulo)</li><li>China (Beijing)</li><li>China (Ningxia)</li><li>Canada 
(Central)</li></ul></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Secret 
Key</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Sensitive Pro
 perty: true</strong><br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Credentials File</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Path to a file containing AWS 
access key and secret key in properties file format.</td></tr><tr><td 
id="name">AWS Credentials Provider service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Desc
 ription Provided.</td></tr><tr><td id="name">Version</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Version of the Object to download<br/><strong>Supports Expression Language: 
true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>SSLContextService<br/><strong>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a></td><td
 id="description">Specifies an optional SSL Context Service that, if provided, 
will be used to create connections</td></tr><tr><td id="name">Endpoint Override 
URL</td><td id="de
 fault-value"></td><td id="allowable-values"></td><td id="description">Endpoint 
URL to use instead of the AWS default including scheme, host, port, and path. 
The AWS libraries select an endpoint URL based on the AWS region, but this 
property overrides the selected endpoint URL, allowing use with other 
S3-compatible endpoints.<br/><strong>Supports Expression Language: true (will 
be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Signer Override</td><td id="default-value">Default Signature</td><td 
id="allowable-values"><ul><li>Default Signature</li><li>Signature 
v4</li><li>Signature v2</li></ul></td><td id="description">The AWS libraries 
use the default signer but this property allows you to specify a custom signer 
to support older S3-compatible services.</td></tr><tr><td id="name">Proxy 
Configuration Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implement
 ation: </strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description"
 >Proxy username<br/><strong>Supports Expression Language: true (undefined 
 >scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Proxy password<br/><strong>Sensitive Property: 
 >true</strong><br/><strong>Supports Expression Language: true (undefined 
 >scope)</strong></td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 > are routed to success 
 >relationship</td></tr><tr><td>failure</td><td>FlowFiles are routed to failure 
 >relationship</td></tr></table><h3>Reads Attributes: </h3>None 
 >specified.<h3>Writes Attributes: </h3><table 
 >id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>s3.bucket</td><td>The
 > name of the S3 bucket</td></tr><tr><td>path</td><td>The path of the 
 >file</td></tr><tr><td>absolute.path</td><td>The path of the 
 >file</td></tr><tr><td>filename</td><td>The name of the file</td></tr><tr>
 <td>hash.value</td><td>The MD5 sum of the 
file</td></tr><tr><td>hash.algorithm</td><td>MD5</td></tr><tr><td>mime.type</td><td>If
 S3 provides the content type/MIME type, this attribute will hold that 
file</td></tr><tr><td>s3.etag</td><td>The ETag that can be used to see if the 
file has changed</td></tr><tr><td>s3.expirationTime</td><td>If the file has an 
expiration date, this attribute will be set, containing the milliseconds since 
epoch in UTC time</td></tr><tr><td>s3.expirationTimeRuleId</td><td>The ID of 
the rule that dictates this object's expiration 
time</td></tr><tr><td>s3.sseAlgorithm</td><td>The server side encryption 
algorithm of the object</td></tr><tr><td>s3.version</td><td>The version of the 
S3 object</td></tr></table><h3>State management: </h3>This component does not 
store state.<h3>Restricted: </h3>This component is not restricted.<h3>Input 
requirement: </h3>This component requires an incoming relationship.<h3>System 
Resource Considerations:</h3>None specified.<h3>See A
 lso:</h3><p><a 
href="../org.apache.nifi.processors.aws.s3.PutS3Object/index.html">PutS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html">DeleteS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.ListS3/index.html">ListS3</a></p></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.ListS3/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.ListS3/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.ListS3/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.ListS3/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListS3</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">ListS3</h1><h2>Description: </h2><p>Retrieves a listing of objects from 
an S3 bucket. For each object that is listed, creates a FlowFile that 
represents the object so that it can be fetched in conjunction with 
FetchS3Object. This Processor is designed to run on Primary Node only in a 
cluster. If the primary node changes, the new Primary Node will pick up where 
the previous node left off without duplicating all of the data.</p><h3>Tags: 
</h3><p>Amazon, S3, AWS, list</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in 
 bold) are considered optional. The table also indicates any default values, 
whether a property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a>, and whether a property is considered "sensitive", meaning that 
its value will be encrypted. Before entering a value in a sensitive property, 
ensure that the <strong>nifi.properties</strong> file has an entry for the 
property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Bucket</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td 
id="name"><strong>Region</strong></td><td id="default-value">us-west-2</td><td 
id="allowable-values"><ul><li>AWS GovCloud (US)</li><li>US East
  (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California)</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU 
(London)</li><li>EU (Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific 
(Mumbai)</li><li>Asia Pacific (Singapore)</li><li>Asia Pacific 
(Sydney)</li><li>Asia Pacific (Tokyo)</li><li>Asia Pacific 
(Seoul)</li><li>South America (Sao Paulo)</li><li>China (Beijing)</li><li>China 
(Ningxia)</li><li>Canada (Central)</li></ul></td><td id="description">No 
Description Provided.</td></tr><tr><td id="name">Access Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Secret 
Key</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><stron
 g>Supports Expression Language: true (will be evaluated using variable 
registry only)</strong></td></tr><tr><td id="name"><strong>Write Object 
Tags</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>True</li><li>False</li></ul></td><td 
id="description">If set to 'True', the tags associated with the S3 object will 
be written as FlowFile attributes</td></tr><tr><td id="name">Credentials 
File</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to a file containing AWS access key and secret key in 
properties file format.</td></tr><tr><td id="name">AWS Credentials Provider 
service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 i
 d="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>SSLContextService<br/><strong>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a></td><td
 id="description">Specifies an optional SSL Context Service that, if provided, 
will be used to create connections</td></tr><tr><td id="name">Endpoint Override 
URL</td><td id="default-value"></td><td id="allo
 wable-values"></td><td id="description">Endpoint URL to use instead of the AWS 
default including scheme, host, port, and path. The AWS libraries select an 
endpoint URL based on the AWS region, but this property overrides the selected 
endpoint URL, allowing use with other S3-compatible 
endpoints.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Signer 
Override</td><td id="default-value">Default Signature</td><td 
id="allowable-values"><ul><li>Default Signature</li><li>Signature 
v4</li><li>Signature v2</li></ul></td><td id="description">The AWS libraries 
use the default signer but this property allows you to specify a custom signer 
to support older S3-compatible services.</td></tr><tr><td id="name">Proxy 
Configuration Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a 
href="../..
 
/../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy username<br/><strong>Su
 pports Expression Language: true (undefined scope)</strong></td></tr><tr><td 
id="name">Proxy Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
password<br/><strong>Sensitive Property: true</strong><br/><strong>Supports 
Expression Language: true (undefined scope)</strong></td></tr><tr><td 
id="name">Delimiter</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The string used to delimit 
directories within the bucket. Please consult the AWS documentation for the 
correct use of this field.</td></tr><tr><td id="name">Prefix</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
prefix used to filter the object list. In most cases, it should end with a 
forward slash ('/').<br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></td></tr><tr><td 
id="name"><strong>Use Versions</strong></td><td 
id="default-value">false</td><td id="
 allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether to use S3 versions, if applicable.  If 
false, only the latest version of each object will be 
returned.</td></tr><tr><td id="name"><strong>List Type</strong></td><td 
id="default-value">1</td><td id="allowable-values"><ul><li>List Objects 
V1</li><li>List Objects V2</li></ul></td><td id="description">Specifies whether 
to use the original List Objects or the newer List Objects Version 2 
endpoint.</td></tr><tr><td id="name"><strong>Minimum Object 
Age</strong></td><td id="default-value">0 sec</td><td 
id="allowable-values"></td><td id="description">The minimum age that an S3 
object must be in order to be considered; any object younger than this amount 
of time (according to last modification date) will be 
ignored</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></
 tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes Attributes: 
</h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>s3.bucket</td><td>The
 name of the S3 bucket</td></tr><tr><td>filename</td><td>The name of the 
file</td></tr><tr><td>s3.etag</td><td>The ETag that can be used to see if the 
file has changed</td></tr><tr><td>s3.isLatest</td><td>A boolean indicating if 
this is the latest version of the 
object</td></tr><tr><td>s3.lastModified</td><td>The last modified time in 
milliseconds since epoch in UTC time</td></tr><tr><td>s3.length</td><td>The 
size of the object in bytes</td></tr><tr><td>s3.storeClass</td><td>The storage 
class of the object</td></tr><tr><td>s3.version</td><td>The version of the 
object, if applicable</td></tr><tr><td>s3.tag.___</td><td>If 'Write Object 
Tags' is set to 'True', the tags associated to the S3 object that is being 
listed will be written as part of the flowfile 
attributes</td></tr></table><h3>State management: <
 /h3><table 
id="stateful"><tr><th>Scope</th><th>Description</th></tr><tr><td>CLUSTER</td><td>After
 performing a listing of keys, the timestamp of the newest key is stored, along 
with the keys that share that same timestamp. This allows the Processor to list 
only keys that have been added or modified after this date the next time that 
the Processor is run. State is stored across the cluster so that this Processor 
can be run on Primary Node only and if a new Primary Node is selected, the new 
node can pick up where the previous node left off, without duplicating the 
data.</td></tr></table><h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component does not allow an 
incoming relationship.<h3>System Resource Considerations:</h3>None 
specified.<h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.aws.s3.FetchS3Object/index.html">FetchS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.PutS3Object/index.html">PutS3Object</a>,
 <a href="../or
 
g.apache.nifi.processors.aws.s3.DeleteS3Object/index.html">DeleteS3Object</a></p></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.PutS3Object/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.PutS3Object/index.html?rev=1836075&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.PutS3Object/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-aws-nar/1.7.1/org.apache.nifi.processors.aws.s3.PutS3Object/index.html
 Tue Jul 17 01:35:38 2018
@@ -0,0 +1,13 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutS3Object</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutS3Object</h1><h2>Description: </h2><p>Puts FlowFiles to an Amazon S3 
Bucket
+The upload uses either the PutS3Object method or PutS3MultipartUpload methods. 
 The PutS3Object method send the file in a single synchronous call, but it has 
a 5GB size limit.  Larger files are sent using the multipart upload methods 
that initiate, transfer the parts, and complete an upload.  This multipart 
process saves state after each step so that a large upload can be resumed with 
minimal loss if the processor or cluster is stopped and restarted.
+A multipart upload consists of three steps
+  1) initiate upload,
+  2) upload the parts, and
+  3) complete the upload.
+For multipart uploads, the processor saves state locally tracking the upload 
ID and parts uploaded, which must both be provided to complete the upload.
+The AWS libraries select an endpoint URL based on the AWS region, but this can 
be overridden with the 'Endpoint Override URL' property for use with other 
S3-compatible endpoints.
+The S3 API specifies that the maximum file size for a PutS3Object upload is 
5GB. It also requires that parts in a multipart upload must be at least 5MB in 
size, except for the last part.  These limits are establish the bounds for the 
Multipart Upload Threshold and Part Size properties.</p><h3>Tags: 
</h3><p>Amazon, S3, AWS, Archive, Put</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../../../../html/expression-language-guide.html">NiFi Expression 
Language</a>, and whether a property is considered "sensitive", meaning that 
its value will be encrypted. Before entering a value in a sensitive property, 
ensure that the <strong>nifi.properties</strong> file has an entry for the 
property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Defa
 ult Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Object Key</strong></td><td 
id="default-value">${filename}</td><td id="allowable-values"></td><td 
id="description">No Description Provided.<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name"><strong>Bucket</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Content Type</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the Content-Type HTTP header indicating the type of 
content stored in the associated object. The value of this header is a standard 
MIME type.
+AWS S3 Java client will attempt to determine the correct content type if one 
hasn't been set yet. Users are responsible for ensuring a suitable content type 
is set when uploading streams. If no content type is provided and cannot be 
determined by the filename, the default content type "application/octet-stream" 
will be used.<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Access Key</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Sensitive Property: true</strong><br/><strong>Supports 
Expression Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Secret Key</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">No 
Description Provided.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will b
 e evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Credentials File</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Path to a file containing AWS 
access key and secret key in properties file format.</td></tr><tr><td 
id="name">AWS Credentials Provider service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>AWSCredentialsProviderService<br/><strong>Implementation: 
</strong><a 
href="../org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderControllerService/index.html">AWSCredentialsProviderControllerService</a></td><td
 id="description">The Controller Service that is used to obtain aws credentials 
provider</td></tr><tr><td id="name">Object Tags Prefix</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Specifies the prefix which would be scanned against the 
incoming FlowFile's attributes and the matching attrib
 ute's name and value would be considered as the outgoing S3 object's Tag name 
and Tag value respectively. For Ex: If the incoming FlowFile carries the 
attributes tagS3country, tagS3PII, the tag prefix to be specified would be 
'tagS3'<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Remove Tag Prefix</td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>True</li><li>False</li></ul></td><td 
id="description">If set to 'True', the value provided for 'Object Tags Prefix' 
will be removed from the attribute(s) and then considered as the Tag name. For 
ex: If the incoming FlowFile carries the attributes tagS3country, tagS3PII and 
the prefix is set to 'tagS3' then the corresponding tag values would be 
'country' and 'PII'</td></tr><tr><td id="name"><strong>Storage 
Class</strong></td><td id="default-value">Standard</td><td 
id="allowable-values"><ul><li>Standard</li><li>Reduced
 Redundancy</li></ul></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name"><strong>Region</strong></td><td 
id="default-value">us-west-2</td><td id="allowable-values"><ul><li>AWS GovCloud 
(US)</li><li>US East (N. Virginia)</li><li>US East (Ohio)</li><li>US West (N. 
California)</li><li>US West (Oregon)</li><li>EU (Ireland)</li><li>EU 
(London)</li><li>EU (Paris)</li><li>EU (Frankfurt)</li><li>Asia Pacific 
(Mumbai)</li><li>Asia Pacific (Singapore)</li><li>Asia Pacific 
(Sydney)</li><li>Asia Pacific (Tokyo)</li><li>Asia Pacific 
(Seoul)</li><li>South America (Sao Paulo)</li><li>China (Beijing)</li><li>China 
(Ningxia)</li><li>Canada (Central)</li></ul></td><td id="description">No 
Description Provided.</td></tr><tr><td id="name"><strong>Communications 
Timeout</strong></td><td id="default-value">30 secs</td><td 
id="allowable-values"></td><td id="description">No Description 
Provided.</td></tr><tr><td id="name">Expiration Time Rule</td><td 
id="default-value"></td><td id="
 allowable-values"></td><td id="description">No Description 
Provided.<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">FullControl User List</td><td 
id="default-value">${s3.permissions.full.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have Full 
Control for an object<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Read Permission User List</td><td 
id="default-value">${s3.permissions.read.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have Read Access 
for an object<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable regis
 try)</strong></td></tr><tr><td id="name">Write Permission User List</td><td 
id="default-value">${s3.permissions.write.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have Write 
Access for an object<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Read ACL User List</td><td 
id="default-value">${s3.permissions.readacl.users}</td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
Amazon User ID's or E-mail addresses that specifies who should have permissions 
to read the Access Control List for an object<br/><strong>Supports Expression 
Language: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Write ACL User List</td><td 
id="default-value">${s3.permissions.writeacl.users}</td><td id="allowable-val
 ues"></td><td id="description">A comma-separated list of Amazon User ID's or 
E-mail addresses that specifies who should have permissions to change the 
Access Control List for an object<br/><strong>Supports Expression Language: 
true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Owner</td><td 
id="default-value">${s3.owner}</td><td id="allowable-values"></td><td 
id="description">The Amazon ID to use for the object's 
owner<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Canned ACL</td><td 
id="default-value">${s3.permissions.cannedacl}</td><td 
id="allowable-values"></td><td id="description">Amazon Canned ACL for an 
object, one of: BucketOwnerFullControl, BucketOwnerRead, LogDeliveryWrite, 
AuthenticatedRead, PublicReadWrite, PublicRead, Private; will be ignored if any 
other ACL/permission/owner property is specified<br/><strong>
 Supports Expression Language: true (will be evaluated using flow file 
attributes and variable registry)</strong></td></tr><tr><td id="name">SSL 
Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.7.1/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a></td><td
 id="description">Specifies an optional SSL Context Service that, if provided, 
will be used to create connections</td></tr><tr><td id="name">Endpoint Override 
URL</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Endpoint URL to use instead of the AWS default including 
scheme, host, port, and path. The AWS libraries select an en
 dpoint URL based on the AWS region, but this property overrides the selected 
endpoint URL, allowing use with other S3-compatible 
endpoints.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name">Signer 
Override</td><td id="default-value">Default Signature</td><td 
id="allowable-values"><ul><li>Default Signature</li><li>Signature 
v4</li><li>Signature v2</li></ul></td><td id="description">The AWS libraries 
use the default signer but this property allows you to specify a custom signer 
to support older S3-compatible services.</td></tr><tr><td 
id="name"><strong>Multipart Threshold</strong></td><td id="default-value">5 
GB</td><td id="allowable-values"></td><td id="description">Specifies the file 
size threshold for switch from the PutS3Object API to the PutS3MultipartUpload 
API.  Flow files bigger than this limit will be sent using the stateful 
multipart process.
+The valid range is 50MB to 5GB.</td></tr><tr><td id="name"><strong>Multipart 
Part Size</strong></td><td id="default-value">5 GB</td><td 
id="allowable-values"></td><td id="description">Specifies the part size for use 
when the PutS3Multipart Upload API is used.
+Flow files will be broken into chunks of this size for the upload process, but 
the last part sent can be smaller since it is not padded.
+The valid range is 50MB to 5GB.</td></tr><tr><td id="name"><strong>Multipart 
Upload AgeOff Interval</strong></td><td id="default-value">60 min</td><td 
id="allowable-values"></td><td id="description">Specifies the interval at which 
existing multipart uploads in AWS S3 will be evaluated for ageoff.  When 
processor is triggered it will initiate the ageoff evaluation if this interval 
has been exceeded.</td></tr><tr><td id="name"><strong>Multipart Upload Max Age 
Threshold</strong></td><td id="default-value">7 days</td><td 
id="allowable-values"></td><td id="description">Specifies the maximum age for 
existing multipart uploads in AWS S3.  When the ageoff process occurs, any 
upload older than this threshold will be aborted.</td></tr><tr><td 
id="name"><strong>Server Side Encryption</strong></td><td 
id="default-value">None</td><td 
id="allowable-values"><ul><li>None</li><li>AES256</li></ul></td><td 
id="description">Specifies the algorithm used for server side 
encryption.</td></tr><tr><td id="n
 ame">Proxy Configuration Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a 
href="../../../nifi-proxy-configuration-nar/1.7.1/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td
 id="description">Specifies the Proxy Configuration Controller Service to proxy 
network requests. If set, it supersedes proxy settings configured per 
component. Supported proxies: HTTP + AuthN</td></tr><tr><td id="name">Proxy 
Host</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host name or IP<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Proxy Host Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy host port<br/><strong>Supports Expression Language: true
  (will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Proxy Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Proxy 
username<br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr><tr><td id="name">Proxy Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Proxy password<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (undefined 
scope)</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of a User-Defined Metadata field to add to the S3 
Object</td><td id="value">The value of a User-Defined Metadata field to add to 
the S3 Object</td><td>Allows user-defined metadata to be added to the S3 object 
as key/
 value pairs<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable 
registry)</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success relationship</td></tr><tr><td>failure</td><td>FlowFiles 
are routed to failure relationship</td></tr></table><h3>Reads Attributes: 
</h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>filename</td><td>Uses
 the FlowFile's filename as the filename for the S3 
object</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>s3.bucket</td><td>The
 S3 bucket where the Object was put in S3</td></tr><tr><td>s3.key</td><td>The 
S3 key within where the Object was put in 
S3</td></tr><tr><td>s3.contenttype</td><td>The S3 content type of the S3 Object 
that put in S3</td></tr><tr><td>s3.version</td><td>
 The version of the S3 Object that was put to 
S3</td></tr><tr><td>s3.etag</td><td>The ETag of the S3 
Object</td></tr><tr><td>s3.uploadId</td><td>The uploadId used to upload the 
Object to S3</td></tr><tr><td>s3.expiration</td><td>A human-readable form of 
the expiration date of the S3 object, if one is 
set</td></tr><tr><td>s3.sseAlgorithm</td><td>The server side encryption 
algorithm of the object</td></tr><tr><td>s3.usermetadata</td><td>A 
human-readable form of the User Metadata of the S3 object, if any was 
set</td></tr></table><h3>State management: </h3>This component does not store 
state.<h3>Restricted: </h3>This component is not restricted.<h3>Input 
requirement: </h3>This component requires an incoming relationship.<h3>System 
Resource Considerations:</h3>None specified.<h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.aws.s3.FetchS3Object/index.html">FetchS3Object</a>,
 <a 
href="../org.apache.nifi.processors.aws.s3.DeleteS3Object/index.html">DeleteS3Object</a>,
 <a href="../
 
org.apache.nifi.processors.aws.s3.ListS3/index.html">ListS3</a></p></body></html>
\ No newline at end of file


Reply via email to