简体   繁体   English

Azure Blob存储上的文件管理

[英]File managment on Azure blob storage

Is there a service or a(n open-source) library that could help in programmatically manage files stored on Azure blob storage. 是否有服务或(n个开源库)可以帮助以编程方式管理存储在Azure blob存储上的文件。 By manage I mean search with security trimming, authorizing download, document-versioning. 通过管理,我的意思是搜索带有安全修整,授权下载,文档版本控制。

I've looked online but most of the solutions are more of end-user solutions. 我在网上看过,但是大多数解决方案都是最终用户解决方案。 Should I build my own layer to talk to blob storage or there's a way that can take a part of this burden off my shoulders? 我应该建立自己的层来与Blob存储进行对话,还是有一种方法可以减轻我的负担呢?

A solution that could work with both cloud (blob) and on-premise storage would be great! 可以同时使用云(blob)和本地存储的解决方案将是很棒的!

I am not aware of any such library. 我不知道任何此类图书馆。 That being said the storage platform does include the underlying capabilities upon which you could implement these features. 话虽这么说,但存储平台确实包含可用于实现这些功能的基础功能。 For example, for authorizing access to objects you could issue SAS tokens to authorized users. 例如,要授权访问对象,您可以向授权用户颁发SAS令牌 For document versioning you can create snapshots on objects etc. 对于文档版本控制,您可以在对象等上创建快照

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

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