S3、Paperclip、Heroku 和 iPhone 应用程序
Paperclip 是否在数据库中存储 S3 存储桶的路径 url?我正在尝试在我的 iPhone 应用程序中引用该图像,并且需要将图像(个人资料图片)上传到手机。
我是否获取 User.image_url (文件的路径)并以这种方式拉取它。或者我是否提取实际图像的 BLOB(假设 Paperclip 将图像存储为 Blob)。
Does Paperclip store url of the path to the S3 bucket in the db? I am trying to reference the image in my iPhone app and need to upload the image (profile pic) to the phone.
Do I get User.image_url (a path to the file) and pull it in that way. Or do I pull a BLOB of the actual image (assuming Paperclip stores the image as a blob).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,它将它存储在数据库中。
您需要声明一个大小,这就是填充 URL 的方式:
Yes, it stores it in the db.
You need to declare a size and that is how the URL will get populated: