upyun / python-sdk

UPYUN Python SDK
117 stars 29 forks source link

Support for only encrypted passwords #67

Closed fzhyzamt closed 4 years ago

fzhyzamt commented 5 years ago

If only use up_rest api, then raw password is not require. Before I had to create upyun.UpYun, and exec up.up_rest.password=encrypt_pwd, that's bad.

huangnauh commented 4 years ago

LGTM