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
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