PUT 在 SAS blob url 上而不指定 x-ms-blob-type header?
PUT on SAS blob url without specifying x-ms-blob-type header?
有没有办法生成不需要指定 x-ms-blob-type header 的 SAS url?
Is there a way to generate an SAS url that doesn't require specifying
the x-ms-blob-type header?
从今天开始,没有。您不能创建只能用于上传特定类型的 blob(块、页面或附加)的 SAS URL。 blob 的类型在通过 x-ms-blob-type
header.
上传时确定
有没有办法生成不需要指定 x-ms-blob-type header 的 SAS url?
Is there a way to generate an SAS url that doesn't require specifying the x-ms-blob-type header?
从今天开始,没有。您不能创建只能用于上传特定类型的 blob(块、页面或附加)的 SAS URL。 blob 的类型在通过 x-ms-blob-type
header.