We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019453 commit 2558ff5Copy full SHA for 2558ff5
coscmd/cos_comm.py
@@ -68,10 +68,8 @@ def mapped(headers):
68
for i in headers:
69
if i in maplist:
70
_headers[maplist[i]] = headers[i]
71
- elif i.startswith('x-cos-meta-'):
72
- _meta[i] = headers[i]
73
else:
74
- _headers[headers[i]] = headers[i]
+ _meta[i] = headers[i]
75
if len(_meta) > 0:
76
_headers['Metadata'] = _meta
77
return _headers
coscmd/cos_global.py
@@ -1 +1 @@
1
-Version = "1.8.6.30"
+Version = "1.8.6.31"
0 commit comments