gpt4 book ai didi

azure - 如何为具有 f 权限的 azure blob 存储容器创建 SAS token

转载 作者:行者123 更新时间:2023-12-03 02:11:49 25 4
gpt4 key购买 nike

These docs请参阅需要 f SAS 权限才能执行过滤操作。如何生成具有这些权限的 SAS token ?我无法从网络界面执行此操作,并且 az 工具不会将 f 视为有效的 --permissions 标志。

最后,我希望能够使用curl 的其余API 来摆弄按标签查找功能。

最佳答案

根据 Az CLI documentation , f 是有效权限:

--permissions: The permissions the SAS grants. Allowed values: (a)dd (c)reate (d)elete (e)xecute (f)ilter_by_tags (i)set_immutability_policy (l)ist (m)ove (r)ead (t)ag (w)rite (x)delete_previous_version (y)permanent_delete. Do not use if a stored access policy is referenced with --id that specifies this value. Can be combined.

您可能应该升级您的 CLI 版本(我使用的是 v2.38.0):

az upgrade

我能够使用以下命令生成 SAS:

az storage container generate-sas `
--name "<container-name>" `
--account-name <account-name> `
--auth-mode login --as-user `
--permissions f --expiry 2022-08-01

关于azure - 如何为具有 f 权限的 azure blob 存储容器创建 SAS token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73126462/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com