【发布时间】:2016-02-15 05:22:23
【问题描述】:
我正在使用 CKeditor 和 Paperclip。
上传文件正常,但 CKeditor 中的 URL 不是好的。
其实Ckeditor使用的是“http://s3.amazonaws.com/mybucketname/ckeditor_assets/pictures/12/content_image.jpg”
但是好的文件路径是“http://mybucketname.s3.amazonaws.com/ckeditor_assets/pictures/12/content_image.jpg”
我该如何解决这个问题?
【问题讨论】:
标签: ruby-on-rails amazon-web-services amazon-s3 ckeditor paperclip