WebGL Addressables ConnectionError

Hi guys
I have a project that has Addressable System. I have files on S3 and that works fine on Windows builds but when built for WebGL and hosted on Netlify it hits an error:
RemoteProviderException : Unable to load asset bundle from : https://********.amazonaws.com/WebGL/defaultlocalgroup_assets_all_974a05d4b2c514365972c20ce4732b13.bundle
UnityWebRequest result : ConnectionError : Unknown Error

Unity 2021, Addresables 1.19, Uncompressed build

Anyone got any clue?

SOLVED:
Adding CORS JSON settings to S3 bucket configuration solved it. There is an example for this on S3 configuration menu