rbrenchley opened a new issue, #5576: URL: https://github.com/apache/hop/issues/5576
### Apache Hop version? 2.14 ### Java version? java version "1.8.0_441" ### Operating system Windows ### What happened? This is a simple one to reproduce. - Create and S3 bucket on Amazon. - Add and S3 Client - Populate the URL with the S3 amazon URL ex https://hoptestbucket.s3.us-east-2.amazonaws.com/ - Populate the Headers information with the Authorization, X-Amz-Content-Sha256, X-Amz-Date parameters (you can get this from postman using the s3 authentication) - Add a write to log to log the output You will see the following error message: Error finding field [[Authorization]] in incoming stream! It seems like it is trying to get the Authorization from the Authentication tab, which in this case doesn't work since you need to build the Authorization by hand. ### Issue Priority Priority: 1 ### Issue Component Component: Pipelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
