Question

I'm looking for a way to store small data packages on a temporary place on the cloud, to be lately sent from there and thus erased. It would be also wonderful to be able to create a cloud-script for the sending/erasing task.

This is the scenario: data on the cloud will be sent to different places in different formats, so I need it to be up there until the destination is assigned. When this happens, that particular amount of data will be formatted to the particular destination structure and then sent.

I've been taken a look to several options, and maybe Openkeyval could be the best one, but something seems wrong with it because it doesn't let me post anything to any new location.

Ideas?

Thanks in advance!

Was it helpful?

Solution 2

I found a free and nice solution using Dropbox:

https://www.dropbox.com/developers/datastore/tutorial/http

Data can be sent and retrieved using curl. Storage is made in the cloud -no need to have a copy of it in any computer-, and can be retrieve from any machine. Just what I was looking for! :D

OTHER TIPS

You could use Amazon S3 with the curl command or if you have more freedom about installing additional tools the s3cmd gives you more power.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top