Discussion:
digitalocean
Anders Kitson
2013-09-18 20:46:35 UTC
Permalink
Is it possible to use fog and carrierwave with digitalocean?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Benjamin Manns
2013-09-18 22:14:39 UTC
Permalink
DigitalOcean doesn't have a cloud files offering, like Amazon S3 or
Rackspace Cloud Files. However, you can host your app on DigitalOcean and
use the "Local" provider to store images on the same machine's SSD drives.
Or, you can host the app on DigitalOcean and push your files out to S3 (or
Google Storage, Rackspace Cloud Files, ...) for storage.
Post by Anders Kitson
Is it possible to use fog and carrierwave with digitalocean?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
Benjamin Manns
benmanns-***@public.gmane.org
(434) 321-8324
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...