django-oss-storage icon indicating copy to clipboard operation
django-oss-storage copied to clipboard

fix url signature issues and support overwrite feature

Open shellc opened this issue 3 years ago • 1 comments

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

shellc avatar Dec 13 '21 10:12 shellc

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 13 '21 10:12 CLAassistant