I have implemented s3 file upload in a node.js application, sometime the s3 bucket goes down for maintenance or some other reason. I thought about implementing api that check weather the s3 bucket is healthy ( working fine ) or not , so that user be aware of the issue. but was unable to find the api endpoint for this.
I did found a similar question but it didn't help me.
Thanks