Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Sep 5, 2023
1 parent ec38203 commit 76e440f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Storage/Device/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ public function getFiles(string $dir): array
$data = $this->listObjects($dir);
$data['IsTruncated'] = $data['IsTruncated'] === 'true';
$data['KeyCount'] = intval($data['KeyCount']);

return $data;
}

Expand Down

0 comments on commit 76e440f

Please sign in to comment.