mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
azureblob: fix azure blob uploads with multiple bits of metadata
This commit is contained in:
parent
41cf7faea4
commit
70fe2ac852
@ -1582,6 +1582,7 @@ func (o *Object) getMetadata() (metadata map[string]*string) {
|
||||
}
|
||||
metadata = make(map[string]*string, len(o.meta))
|
||||
for k, v := range o.meta {
|
||||
v := v
|
||||
metadata[k] = &v
|
||||
}
|
||||
return metadata
|
||||
|
Loading…
Reference in New Issue
Block a user