Need help setting up NiFi PutS3Object processor

2020-12-10 Thread Dennis N Brown
Running NiFi v1.12.1 , attempting to copy files from existing filesystem to S3. Trying to set user-defined metadata on the file objects, but can't seem to figure out the correct format. All the doc suggests it can be done with dynamic properties, so have an UpdateAttribute processor before the

Re: Need help setting up NiFi PutS3Object processor

2020-12-10 Thread Peter Turcsanyi
Dennis, You can add user-defined metadata via dynamic properties of PutS3Object itself (no UpdateAttribute needed). Plus (+) icon at the top-right corner on the processor properties tab. The name of the dynamic property will be the key (or name) of the user-defined metadata. The value of the dynam

RE: [External] Re: Need help setting up NiFi PutS3Object processor

2020-12-11 Thread Dennis N Brown
Hi Peter, Thanks so much!! That works! I guess I had not tried that since I upgraded from v1.8 … that does not seem to work btw on v1.8. Regards, Dennis From: Peter Turcsanyi Sent: December 10, 2020 18:55 To: users@nifi.apache.org Subject: [External] Re: Need help setting up NiFi