jonbuda / miro

A Ruby gem to help extract the dominant colors from an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon S3 disabling SSLv3 support

forgotpw1 opened this issue · comments

I have been dealing with upcoming Amazon S3 changes for disabling SSLv3 support.

We use miro to test remote images.

What HTTP client is used here? excon?

https://github.com/jonbuda/miro/blob/master/lib/miro/dominant_colors.rb#L95

Will this open call use TLS?