S3 endpoint address in iOS app

These endpoints don’t work in iOS app for AWS S3:

https://mybucket.s3.amazonaws.com

https://mybucket.s3.myregion.amazonaws.com

I get an error that SSL certificate is invalid.

Any idea what’s the problem?

Is there a documentation on the correct syntax?

Hi
Maybe this helps

1 Like

Thanks a lot!! I spent a lot of time trying different possibilities, this one worked.

The trailing slash needs to be removed.