File f = new File("C:\\Projects\\Doctorat\\clouddb\\Driver API\\data\\ares.jpg");
ac.store(target, "Ares", f);
//ac.copy("ba4d8fd9-9924-4c35-b77a-0bd99cdd27ff", "Ares", "5fe65b49-b08e-47da-8b8e-74559cb0a2e7", "Hannibal");
ac.move("5fe65b49-b08e-47da-8b8e-74559cb0a2e7", "Hannibal", "7167af05-bc56-450a-92ec-d02c1bbd35c0", "Hannibalus");
//ac.store("", "", new Object());
}catch(Exception e){
e.printStackTrace();
}