rclone/backend/azureblob
nielash 862d5d6086 s3, googlecloudstorage, azureblob: fix encoding issue with dir path comparison
`remote` has been converted ToStandardPath a few lines above, so `directory`
needs to be converted the same way in order to be compared properly. This was
spotted on `TestBisyncRemoteRemote/extended_filenames` for
`TestS3,directory_markers:` and `TestGoogleCloudStorage,directory_markers:`
which tripped over a directory name containing a Line Feed symbol.
2024-06-11 11:54:54 +01:00
..
azureblob_internal_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
azureblob_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
azureblob_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
azureblob.go s3, googlecloudstorage, azureblob: fix encoding issue with dir path comparison 2024-06-11 11:54:54 +01:00