[SOLVED] Upload profile picture in Amazon s3

Hello,

I’m trying to create the basic configuration where the user can upload a photo to his user profile using amazon s3 and the slignsthot library. When doing the tests locally everything works perfect on android devices, ios and web browser, but when I do the tests with the server, the images in android do not load me. If I upload them on the web to that account linked to the user on the web, I can see them only at the web level but not on the android device. I only get the image that I can not access to that image. Is there any android permission that I should add to in the CORS policies of amazon s3 bucket?