mirror of
https://github.com/rclone/rclone.git
synced 2025-06-30 22:23:52 +02:00
Before this change attempting NewObject on a SAS URL's root would
crash the Azure SDK.
This change detects that using the code from this previous fix
f7404f52e7
azureblob: fix crash when listing outside a SAS URL's root - fixes #4851
And returns not object not found instead.
It also prevents things being uploaded to the root of the SAS URL
which also crashes the Azure SDK.