support storage_dns_suffix
Closed this issue · 0 comments
zirain commented
hi,
please add config like "storage_dns_suffix" to support not global azure
blob_client = Azure::Storage::Blob::BlobService.create(
storage_account_name: account_name,
storage_access_key: account_key,
storage_dns_suffix: "core.chinacloudapi.cn"
)