aliyun / django-oss-storage

Django storage backends for AliCloud OSS.
MIT License
145 stars 67 forks source link

fix url signature issues and support overwrite feature #35

Open shellc opened 2 years ago

shellc commented 2 years ago

add settings:

OSS_SIGN_URL_ENABLE: a choice to turn signature off when object is public OSS_SIGN_URL_PARAMS: sign with params, it's usefull when add some parameters, like response-cache-control OSS_SLASH_SAFE: use the oss SDK to deal with slash in key

OSS_OVERWRITE: if True, overwrite when object exists, the default behaviors same as django Storage

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.