mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
azureblob: fix directory marker after // changes in #5858
Before this change we were creating the directory markers with double slashes on.
This commit is contained in:
@@ -421,12 +421,14 @@ backends:
|
||||
ignore:
|
||||
# It just isn't possible to preserve the existing file with azure blob
|
||||
# and make sure we don't leak uncomitted blocks.
|
||||
- TestMultithreadCopyAbort
|
||||
- TestMultithreadCopyAbort
|
||||
- backend: "azureblob"
|
||||
remote: "TestAzureBlob,directory_markers:"
|
||||
fastlist: true
|
||||
ignoretests:
|
||||
- cmd/bisync
|
||||
ignore:
|
||||
# It just isn't possible to preserve the existing file with azure blob
|
||||
# and make sure we don't leak uncomitted blocks.
|
||||
- TestMultithreadCopyAbort
|
||||
- backend: "azurefiles"
|
||||
remote: "TestAzureFiles:"
|
||||
ignoretests:
|
||||
|
||||
Reference in New Issue
Block a user