[ 
https://issues.apache.org/jira/browse/NIFI-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029355#comment-15029355
 ] 

Tony Kurc commented on NIFI-1225:
---------------------------------

Can you cat your local copy NIFI-1225.001.patch? It doesn't look right. It 
should only touch a pom

I just did:

{noformat}
tkurc@avila:~/nifi$ git apply ../NIFI-1225.000.patch
../NIFI-1225.000.patch:38: trailing whitespace.
import javax.net.ssl.SSLContext;
../NIFI-1225.000.patch:39: trailing whitespace.

../NIFI-1225.000.patch:40: trailing whitespace.
import org.apache.commons.lang3.StringUtils;
../NIFI-1225.000.patch:48: trailing whitespace.
import org.apache.nifi.ssl.SSLContextService;
../NIFI-1225.000.patch:56: trailing whitespace.
import com.amazonaws.http.conn.ssl.SdkTLSSocketFactory;
warning: squelched 73 whitespace errors
warning: 78 lines add whitespace errors.
tkurc@avila:~/nifi$ git apply ../NIFI-1225.001.patch
tkurc@avila:~/nifi$ git apply ../NIFI-1225.002.patch
../NIFI-1225.002.patch:18: trailing whitespace.
import org.apache.commons.lang3.StringUtils;
../NIFI-1225.002.patch:26: trailing whitespace.
import com.amazonaws.services.s3.S3ClientOptions;
../NIFI-1225.002.patch:35: trailing whitespace.
        final AmazonS3Client s3 = new AmazonS3Client(credentials, config);
../NIFI-1225.002.patch:36: trailing whitespace.

../NIFI-1225.002.patch:37: trailing whitespace.
        // if ENDPOINT_OVERRIDE is set, use PathStyleAccess
warning: squelched 7 whitespace errors
warning: 12 lines add whitespace errors.
tkurc@avila:~/nifi$ 
{noformat}

> Add support for SSL context and alternate endpoints for PutS3 
> --------------------------------------------------------------
>
>                 Key: NIFI-1225
>                 URL: https://issues.apache.org/jira/browse/NIFI-1225
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Tony Kurc
>            Assignee: Tony Kurc
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: NIFI-1225.000.patch, NIFI-1225.001.patch, 
> NIFI-1225.002.patch, S3_Put_Fetch_Delete.xml
>
>
> NIFI-1107 added this as well as multipart puts, but is not ready. Going to 
> split out the code for SSL context and alternate endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to