如何使用 codeigniter 将图像上传到 azure blob 存储?

how to use codeigniter to upload image to azure blob storage?

我想使用 codeigniter 将图像上传到 azure blob 存储。

我搜索这个图书馆 https://github.com/thomasantony/codeigniter-azure/

但我不知道如何使用 azure-php 库

有人可以帮忙吗?非常感谢

得到答案:

$this->load->library('azure');

$blob_storage = $this->azure->get_blob_storage();

var_dump($blob_storage -> listBlobs("xxx-container-name-xxx"));

文档检查 - https://github.com/Azure/azure-sdk-for-php