Expose force close

This commit is contained in:
Fabio Sinibaldi 2021-10-06 16:14:16 +02:00
parent 2f71aac235
commit f1c2e4eb7a
1 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,9 @@ public class StorageUtils {
client=getClient();
}
public void forceClose(){
client.forceClose();
}
public TempFile putOntoStorage(InputStream source,String filename) throws RemoteBackendException, FileNotFoundException{
log.debug("Uploading source "+filename);