jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

Fix list-objects returning nothing after restarting #221

Open camjackson opened 6 years ago

camjackson commented 6 years ago

Fixes #22.

This is a revised version of PR #220, which I could not amend directly as I am not the owner of the fork I was PR-ing from.

This PR fixes style issues from #220. See that PR for more context on the functional change here.

Also I wasn't sure whether or not to put spaces after commas. Seems this class is split about 50/50 on that one.

ottermatt commented 6 years ago

Is there anything we can do to move this PR forward? This is a real pain point for my team.

camjackson commented 6 years ago

@ottermatt You might want to use this Docker image, which has the bug fix in it. That's what I'm using at the moment.