Azure Blob存储预签名的URL功能 [英] Azure Blob Storage Pre-Signed Url Features

查看:59
本文介绍了Azure Blob存储预签名的URL功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据我的经验,AWS S3具有一项称为预签名的功能.这样一来,我便可以发出具有特定到期时间的URL来访问.

As my experiences, AWS S3 has a feature called pre-signed. Which allows me to issue a url with specific expiry time to access.

我在Azure官方网站上找不到有关此信息的任何详细信息.

I cannot find any details about that on Azure official website.

那么,有人知道Azure Blob存储是否可以支持预签名的url功能吗?

So, does anyone know if Azure Blob Storage can support pre-signed url features?

推荐答案

有人知道Azure Blob存储是否可以支持预签名的url功能?

does anyone know if Azure Blob Storage can support pre-signed url features?

是的,Azure Blob存储支持该功能.在Azure存储中,它称为共享访问签名(SAS).SAS使您可以提供对存储资源的时间限制,权限限制的访问.您可以在Blob容器/blob(容器级SAS )或帐户中的所有Blob容器/blob( Account Level SAS )上创建SAS.

Yes, Azure Blob Storage supports that. It is called Shared Access Signature (SAS) in Azure Storage. A SAS enables you to provide time-bound, permission-limited access to storage resources. You can create a SAS on either a blob container/blob (Container Level SAS) or all blob containers/blobs in an account (Account Level SAS).

您可以在此处了解更多信息: https://docs.microsoft.com/zh-cn/rest/api/storageservices/delegating-access-with-a-shared-access-signature .

You can read more about it here: https://docs.microsoft.com/en-us/rest/api/storageservices/delegating-access-with-a-shared-access-signature.

这篇关于Azure Blob存储预签名的URL功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆