mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-14 20:18:00 +00:00
fixed dev output
This commit is contained in:
@@ -57,13 +57,11 @@ class S3Storage implements StorageController
|
||||
|
||||
++$count;
|
||||
foreach ($objects['Contents'] as $object){
|
||||
//echo $count." {$object['Key']}\n";
|
||||
$lastkey = $object['Key'];
|
||||
$items[] = $lastkey;
|
||||
}
|
||||
|
||||
if($dev===true)
|
||||
echo "Got ".($count*$keys)." files \r";
|
||||
if($dev===true) echo " Got ".($count*$keys)." files \r";
|
||||
|
||||
$KeyCount = $objects['KeyCount'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user