mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
donot delete the pictures
This commit is contained in:
parent
5aa1762555
commit
27436f4571
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace GreenshotQiniuPlugin
|
|||
PutPolicy putPolicy = new PutPolicy();
|
||||
putPolicy.Scope = _config.Scope;
|
||||
putPolicy.SetExpires(3600);
|
||||
putPolicy.DeleteAfterDays = 1;
|
||||
//putPolicy.DeleteAfterDays = 1;
|
||||
string token = Auth.CreateUploadToken(mac, putPolicy.ToJsonString());
|
||||
|
||||
ResumableUploader target = new ResumableUploader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue