【发布时间】:2021-12-12 21:37:08
【问题描述】:
我很难找到使用 Go 删除存储在 Azure blob 存储中的文件的示例。唯一的例子是代码提取here 显示如何删除整个容器。 感谢您提供任何帮助,如果可能,您可以分享资源链接以及 Go 中更详细的示例。
【问题讨论】:
-
在此处阅读 godoc 参考:pkg.go.dev/github.com/Azure/azure-storage-blob-go/…
标签: go azure-blob-storage