Issue with Amazon S3 upload File Plugin
Error:
Amazon S3: Upload File.0 - ERROR (version 7.1.2 from 2022-02-07) : Unable to execute HTTP request: Connect to s3.amazonaws.com:443 [s3.amazonaws.com/52.216.131.45] failed: connect timed out
How to Reproduce:
Remove proxy details from process-studoi/agent.bat file.
Resolution:
Please add proxy details to process studio/agent .bat file (set OPT section) as shown in sample format below and check
-Dhttps.proxyHost=x.x.x.x -Dhttps.proxyPort=1234 -Dhttps.proxyUser="XXXXX" -Dhttps.proxyPassword="****"
Please refer the attached image for reference.