Temporary cloud storage and sending script

限于喜欢 提交于 2019-12-13 05:04:31

问题


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!


回答1:


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.




回答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



来源:https://stackoverflow.com/questions/21852093/temporary-cloud-storage-and-sending-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!