@@ -158,7 +158,7 @@ public interface IOSSService
|
||||
|
||||
public Task MoveObject(string sourcePath, string destPath, bool overwrite = true);
|
||||
|
||||
public long GetObjectSizeAsync(string sourcePath);
|
||||
public Task<long> GetObjectSizeAsync(string sourcePath);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user