mirror of
https://github.com/rclone/rclone
synced 2025-03-06 06:33:04 +01: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 f7404f52e7654d12 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.