标签: ruby-on-rails content-type
我正在尝试检查s3上我服务器上的资源的内容类型是否具有有效的image / jpeg内容类型。我使用了here中的代码,但我一直得到:
Errno::ECONNREFUSED: Connection refused - connect(2) for nil port 80
指向我的s3图片的链接如下:
https://s3-us-west-2.amazonaws.com/cu-prototype-content/course-content/user-profile-images/BillSKenney-128.jpg
我的代码中是否需要更改内容?