rclone/backend/azureblob
Nick Craig-Wood 3d291da0f6 azureblob: fix directory marker detection after SDK upgrade
When the SDK was upgraded it started delivering metadata where the
keys were not in lower case as per the old SDK.

Rclone normalises the case of the keys for storage in the Object, but
the directory marker check was being done with the unnormalised keys
as it needs to be done before the Object is created.

This fixes the directory marker check to do a case insensitive compare
of the metadata keys.
2022-12-14 14:24:26 +00:00
..
azureblob.go azureblob: fix directory marker detection after SDK upgrade 2022-12-14 14:24:26 +00:00
azureblob_internal_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_unsupported.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00