Zend certified PHP/Magento developer

How translate s3 url to http in chrome automatically?

Let say I have a link like that:

s3://mybucket/mybucket?prefix=myprefix/file.json    

And I open it in chrome browser. I will get an error. Is it possible to automatically translate the s3 url from

s3://mybucket/mybucket?prefix=myprefix/file.json

to

https://s3.console.aws.amazon.com/s3/buckets/mybucket?prefix=myprefix/file.json

And got redirect/open aws s3 web consul?