has_attached_file :image, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => "/:style/:filename"
我不确定是什么 :path => "/:style/:filename".
我还想为这个附加图像添加样式,那是什么:路径是什么?我想要的风格是这样的::styles => { :medium => "275x275>", :thumb => "175x155>" }
基本上这里发生的是我正在安装heroku并且我必须使用S3,这似乎很简单,只是不习惯这种附件约定的东西.
此外,我刚刚注册了一个S3帐户......但是它heroku正在宣传它的免费或其他东西.这有什么用?