Skip to content

Commit

Permalink
s3 scan dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Sep 4, 2023
1 parent efec537 commit 03e893f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Storage/Device/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,12 +656,13 @@ public function getPartitionTotalSpace(): float
/**
* Get all files and directories inside a directory.
*
* @param string $dir Directory to scan
* @param string $dir Directory to scan
* @return string[]
* @throws Exception
*/
public function getFiles(string $dir): array
{
throw new Exception('Not implemented.');
return $this->listObjects($dir);
}

/**
Expand Down

0 comments on commit 03e893f

Please sign in to comment.