rclone/backend/azureblob
Nick Craig-Wood 55c12c9a2d azureblob: fix "fatal error: concurrent map writes"
Before this change, the metadata map could be accessed from multiple
goroutines at once, sometimes causing this error.

This fix adds a global mutex for adjusting the metadata map to make
all accesses safe.

See: https://forum.rclone.org/t/azure-blob-storage-with-vfs-cache-concurrent-map-writes-exception/41686
2023-09-16 11:33:03 +01:00
..
azureblob_internal_test.go azureblob: implement OpenChunkWriter and multi-thread uploads #7056 2023-08-24 12:39:27 +01:00
azureblob_test.go azureblob: fix creation of directory markers 2023-09-03 18:09:31 +01:00
azureblob_unsupported.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00
azureblob.go azureblob: fix "fatal error: concurrent map writes" 2023-09-16 11:33:03 +01:00