简体   繁体   English

与Silverlight一起使用的基于云的文件存储平台是什么?

[英]What's a good cloud based file storage platform to use with Silverlight?

I'm working on a Silverlight app that would allow a user to upload a few gigs of files to a hypothetical cloud based file store, then allow the user to view some data about those files later (more functionality than a file store). 我正在使用Silverlight应用程序,该应用程序将允许用户将一些文件上传到假设的基于云的文件存储中,然后允许用户稍后查看有关那些文件的一些数据(功能比文件存储更多)。 Ideally I'd like to use a free, per-user store such as SkyDrive but I can't seem to find an API for that service (and read elsewhere on stack overflow that programmatic access violates their TOS). 理想情况下,我想使用一个免费的,按用户存储的商店,例如SkyDrive,但我似乎找不到该服务的API(并在堆栈溢出处以编程方式访问违反其TOS的方式在其他地方阅读)。 Do any services fit this bill? 有任何服务符合此帐单吗? I've heard of Amazon S3 but I understand that'll cost some money - is anything free? 我听说过Amazon S3,但我知道这会花一些钱-有什么免费的吗?

EDIT: Could Mesh be an option? 编辑:可以将网格作为一种选择吗? What is LiveMesh Object and its connection with Silverlight 3.0 什么是LiveMesh对象及其与Silverlight 3.0的连接

You could look at using Azure as it offers a blob and table storage cloud infrastrucutre and will happily run silverlight applications in an azure web role. 您可以考虑使用Azure,因为它提供了Blob和表存储云基础设施,并且将以天蓝色的Web角色愉快地运行Silverlight应用程序。 Currently there is no cost but this will change once it RTW's. 目前尚无任何费用,但是一旦使用RTW便会改变。

More info at http://www.azure.com/ 有关更多信息, 请访问http://www.azure.com/

AFAIK, nothing in this world is free when you're dealing with gigabytes of storage, plus the bandwith to put them in the cloud. AFAIK,当您处理千兆字节的存储以及将它们放入云的带宽时,这个世界上没有免费的东西。

Amazon S3 is quite reasonable on its pricing. Amazon S3的定价相当合理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM