Hi,
I’m trying out Cloudberry Explorer for S3 and it’s generating incorrect HTTPs URLs. The bucket is set to default to public read access.
URL generated - https://my_bucket_name.s3.amazonaws.com/prefix/index.html → In correct TLS, browser rejects
URL expected - https://s3.amazonaws.com/my_bucket_name/prefix/index.html → Correct Amazon certificate.
Is there any configuration that is controlling this such that the working URL can be set?