Hi All,
We tried upgrading PDI 6.1 to 8.1 and found that the jobs using S3 File Output component were throwing errors.
When we checked the component , we found that the component was missing the ACCESS_KEY and SECRET_ACCESS_KEY placeholders.
We tried various options and finally ended up with a working solution.
Steps followed were :
1)Set two environment variables :
export AWS_ACCESS_KEY_ID=<<ACCESS_KEY>>
export AWS_SECRET_ACCESS_KEY=<<SECRET_ACCESS_KEY>>
2)Change the path of S3 as below :
s3n://s3n/<<bucket_name>>/<<folder_name>>/<<file_name>>
Thanks,
Pradeep