views:

1276

answers:

6

Hi,

I'm looking for an online simple storage service like Amazon's that is free. It doesn't have to be that reliable, fast or well documented.

It can also be a "free" version, like up to 10 Mb of storage. I need it for a very small file.

I was thinking about something like rapidshare but with a REST / RPC interface.

Is there anything like this?

Thanks!

A: 

Microsoft Live services give you free space. Sky Drive http://skydriveapiclient.codeplex.com/

Preet Sangha
Does it have a programmatic interface? I just scammed the page and couldnt find it
Pablo Fernandez
Yes sky drive api http://skydriveapiclient.codeplex.com/
Preet Sangha
+7  A: 

You need to take a look at the Google App engine. You can even run PHP on it http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/

The free "hosting" in App Engine is allocated 500 MB of persistent storage and enough CPU and bandwidth for about 5 million page views a month.

You can easily put images here and serve static content without any problems.

Pasta
A: 

Generally, there's no such thing as free. But you might want to look into Diomede (http://www.techcrunch.com/2009/02/27/diomede-offers-green-file-storage-in-the-cloud-for-a-fraction-of-the-cost/). They offer a service comparable to S3, but a lot cheaper, but not as available, fast, etc...

With a programmatic interface. But not free. For freely storing a limited amount of freely accessible content with a REST interface, you could create a free SVN account at OpenSVN or Google Code.

Teun D
+3  A: 

Check out http://www.eucalyptus.com/ it is an open source implementation of EC2 and S3. You can deploy the software on your own server or use there free test account to get started.

cloudberryman
+18  A: 

10MB on Amazon S3 will cost you $0.0015 per month.

... in addition, it is "reliable, fast and well documented."

All you need is to provide a valid credit card on registration - which will not get charged, because the service will be "too cheap to meter" (Source).

Daniel Vassallo
The amazon pricing table says "First 50 TB / Month of Storage Used - $0.150 per GB", so its $0.0015 per month, isn't it?
Pozsár Balázs
@Pozsár: Thanks for that... It looks like I had a couple of extra 0s in there :)
Daniel Vassallo
Daniel, do you work for Verizon? :)
I. J. Kennedy
A: 

Windows Azure is Microsoft's solution.

However would require you developing your applications in .NET.

tgandrews