update remove request body
This commit is contained in:
@@ -34,7 +34,8 @@ function upyun_remove.remove(filepath, filename, retry)
|
||||
local bucket = ngx.var.upyun_bucket
|
||||
local directory = ngx.var.upyun_directory
|
||||
if not filename then
|
||||
filename = strip_path.strip_path(filepath)
|
||||
--filename = strip_path.strip_path(filepath)
|
||||
filename = filepath
|
||||
end
|
||||
|
||||
ngx.log(ngx.INFO, 'bucket -> ', bucket)
|
||||
|
||||
Reference in New Issue
Block a user