Remove needless block parameter

This commit is contained in:
George Claghorn 2017-11-07 09:06:23 -05:00
parent 52d60ec46c
commit daf77db65d

@ -85,7 +85,7 @@ def object_for(key)
end
# Reads the object for the given key in chunks, yielding each to the block.
def stream(key, &block)
def stream(key)
object = object_for(key)
chunk_size = 5.megabytes