You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paperclip support for Fog does not appear to allow for use of non-Amazon servers. For example, I can use the following Ruby + Fog gem code to successfully write to my Ceph FS:
This works just fine. I can't figure out how to do this in Paperclip, but if I use the following code, I can tell from tcpdump and the resulting error that my app is talking to Amazon, not the host I have specified:
Paperclip support for Fog does not appear to allow for use of non-Amazon servers. For example, I can use the following Ruby + Fog gem code to successfully write to my Ceph FS:
This works just fine. I can't figure out how to do this in Paperclip, but if I use the following code, I can tell from tcpdump and the resulting error that my app is talking to Amazon, not the host I have specified:
Is there a way to cause Paperclip to use something other than AWS S3?