Closed zspitzer closed 5 years ago
In looking at this, I think I would rather add your changes directly to the S3 service. (Unless you have some reason it would be a bad idea?) The only tricky bit would be the host setting, but maybe we could set the default to amazonaws.com
and, if that is the host name, have getHost(region)
return the computed host as is done currently, but if it is not just return the host name as is?
yeah, I'm happy to do that. Wasn't sure when I started looking at it how much i'd need to change, hence the other component to keep it simple
I merged the changes into s3.cfc
Thank you!
allow overriding the hardwired support amazon s3 hostnames
so that local or other s3 servers like mimio (https://min.io/ ) etc can be used for local testing etc