forked from TrueCloudLab/rclone
azureblob: fix azure blob uploads with multiple bits of metadata
This commit is contained in:
parent
41cf7faea4
commit
70fe2ac852
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue