Re: Suggestion required HTTP and S3

2018-09-20 Thread Bryan Bende
as | +91 9886433461 | www.bridgera.com > > > -Original Message- > From: Bryan Bende [mailto:bbe...@gmail.com] > Sent: Thursday, September 20, 2018 7:08 PM > To: dev@nifi.apache.org > Subject: Re: Suggestion required HTTP and S3 > > Hello, > > I'm not sure

RE: Suggestion required HTTP and S3

2018-09-20 Thread Rajesh Biswas
Bryan, I mean the file extension is lost. Thanks and Regards, Rajesh Biswas | +91 9886433461 | www.bridgera.com -Original Message- From: Bryan Bende [mailto:bbe...@gmail.com] Sent: Thursday, September 20, 2018 7:08 PM To: dev@nifi.apache.org Subject: Re: Suggestion required HTTP and S3

Re: Suggestion required HTTP and S3

2018-09-20 Thread Bryan Bende
its making 2 > requests simultaneously, i.e 2 request for 1 image. > > Thanks and Regards, > Rajesh Biswas | +91 9886433461 | www.bridgera.com > > > -Original Message- > From: Bryan Bende [mailto:bbe...@gmail.com] > Sent: Tuesday, September 11, 2018 7:34 PM >

RE: Suggestion required HTTP and S3

2018-09-20 Thread Rajesh Biswas
PM To: dev@nifi.apache.org Subject: Re: Suggestion required HTTP and S3 I think the existing processors such as HandleHttpRequest can be used. The body of the POST will become the flow file content, and the headers will become flow file attributes. After HandleHttpRequest you can use

Re: Suggestion required HTTP and S3

2018-09-11 Thread Bryan Bende
I think the existing processors such as HandleHttpRequest can be used. The body of the POST will become the flow file content, and the headers will become flow file attributes. After HandleHttpRequest you can use RouteOnAttribute to make a decision based on one of the headers (flow file

Suggestion required HTTP and S3

2018-09-11 Thread Rajesh Biswas
Dear Experts, I need your suggestion to design a requirement for my current project. I would like to listen for HTTP post request thru NiFi which will have image file attached. I need to 1st extract the HTTP header information (to understand the type of request), extract the image file and