0

as the title states...i would like to push the images of my gallery to the cloud...but i need to have access to them through the filesystem rather than an API.

Can anybody recommend any good providers?

Andy
  • 101

2 Answers2

0

I've used s3fs along with Amazon's S3 before. It seems to work okay, but is a fair amount slower than accessing the remote data via traditional methods.

EEAA
  • 109,363
  • 18
  • 175
  • 245
0

How about Flickr accessed via flickrfs? More generally, as long as your operating system supports FUSE (Linux, *BSD, Mac OS X, Solaris), you have a wide choice of access methods, including FTP, ssh, WebDAV, Wikimedia, …