dterhorst-zz
Results
2
comments of
dterhorst-zz
A fair enough point.
I worked around this locally with the following changes in **lib/fakes3/file_store.rb**: ``` 19c19 < bucket_obj = Bucket.new(bucket_name,Time.now,[]) --- > bucket_obj = Bucket.new(bucket_name,Time.now,get_objects(bucket_name, bucket)) 199a200,206 > > private > def get_objects...