aliyun / aliyun-oss-python-sdk

Aliyun OSS SDK for Python
MIT License
939 stars 363 forks source link

Allow underscore in x-oss-meta #348

Open RuidongLiu opened 1 year ago

RuidongLiu commented 1 year ago

currently, the python sdk doesn't seem to allow _ in x-oss-meta, e.g., if the header named x-oss-meta-a_b. the header itself will be dropped.