Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am looking for advice on how best to handle errors derived from the inability to connect to AWS S3.
We are building a job that connects to S3 and gets some files that we load in our local environment.
It works OK. However, we want to be able to log the possibility of S3 being unavailable or down.
I am testing this option by giving the wrong credentials, and although it triggers a series of warning that are displayed in the console, they don't error out.
I have tried using other components such as tS3bucketexists, however this components errors all the time (good or bad credentials).
Any other suggestion?
Your advice would be appreciated.
Thanks,
Hi,
If you want to capture the exception and handle error, here is a component called tLogCatcher which can be used to capture exception and log them (console, file or db table)
Best regards
Sabrina