OpenBD / openbd-core

The original open source Java powered GPL CFML runtime engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AmazonS3geturl() and HTTPS

thenitai opened this issue · comments

commented

Hi there,

The method AmazonS3geturl() is returning a URL like (bucket).(s3URL)....
However, using this with HTTPS throws a security error since the URL is actually https://bucket.s3url....

Shouldn't this method return a URL like https://s3url/bucket/.... Because that would work.

Cheers,
Nitai