0
所以我嘗試了所有的事情,當我使用CloudFront
時,我無法通過URL通過response-content-disposition
或任何其他參數。Carrierwave Cloudfront URL使用參數
這正常工作與經常S3
,Carrierwave
和Fog
...只是沒有的Cloudfront:
Book.first.filename_url(:query => {"response-content-disposition" => "attachment"})
只返回本身的CloudFront的URL,沒有查詢參數。
順便說一下,我公開設置爲true
。