Change interface for objectStorage

This commit is contained in:
Frederic Guillot
2015-09-23 21:22:03 -04:00
parent 25b9e90ef3
commit 5be5205629
4 changed files with 14 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ interface ObjectStorageInterface
* @access public
* @param string $key
*/
public function passthru($key);
public function output($key);
/**
* Move local file to object storage