mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Don't count the :meta entry as an object.
This commit is contained in:
parent
2d7b5784ed
commit
553597adad
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Fog
|
|||
inject(0) { |sum, k| sum + files[k].bytes }
|
||||
results << {
|
||||
"name" => container,
|
||||
"count" => files.size,
|
||||
"count" => files.size - 1,
|
||||
"bytes" => total
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue