HTTPS Web URL

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?

Hi,
The url is actually correct, there is some issue with the actual bucket name (it might contain a dot or something).
As we don’t know the actual name of the bucket, we cannot say what’s the real issue (just don’t send us one, privacy)

Ah, yes it does have a dot so that is likely the issue. Still would be nice to have option to use either bucket first, or plain s3.amazon.com domain for other buckets.