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.
2 parents d336c35 + 9ad5ad1 commit 856eaebCopy full SHA for 856eaeb
qcloud_cos/cos_auth.py
@@ -38,7 +38,7 @@ def filter_headers(data):
38
]
39
headers = {}
40
for i in data:
41
- if str.lower(i) in valid_headers or str.lower(i).startswith("x-cos-"):
+ if str.lower(i) in valid_headers or str.lower(i).startswith("x-cos-") or str.lower(i).startswith("x-ci-"):
42
headers[i] = data[i]
43
return headers
44
0 commit comments