upyun-paperclip icon indicating copy to clipboard operation
upyun-paperclip copied to clipboard

Upyun storage engine for paperclip

Results 3 upyun-paperclip issues
Sort by recently updated
recently updated
newest added

比如一个model的attachment,如果attachment是图片,存到一个图片空间,是音频,就存到一个音频的空间里面

``` ruby @options[:path] = @options[:path].gsub(/:url/, @options[:url]).gsub(/^:rails_root\/assets/, @upyun_domain) ```