Android cant access S3proxy bucket

I am trying to add S3proxy bucket to android app with the following settings and it does not work. However Linux app successfully connects using totally same settings.

Android

And here is Linux app settings:

Can you access this bucket from the desktop version of TagSpaces with this configuration?

Yes. I do access bucket from Linux Desktop app. Its configuration is attached to my first comment.

Have followed this tutorial for setting up the s3proxy?

And especially the S3PROXY_CORS_ALLOW_ALL=“true” setting in the docker command?

Yes, I have followed this tutorial, my docker container setup perfectly matches docker command provided in this tutorial

Very strange, which version o the application are you using on Android?

Is your Android device in the same network as your Linux pc? Can you access the ip of the s3proxy from your Android?

App version 5.7.6 and yes both devices are in the same network I can access s3proxy from mobile browser

You can try our latest 5.7.8 version, but there we haven’t made any changes in the S3 part… I have no idea how I otherwise can help you.

I checked recursively all versions of apk file on github (including 5.7.8) and version 5.3.4 actually works with my s3 proxy. Should I submit issue on github?