mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:47:54 +02:00
c2557cc432
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.