Curtis Spencer
Curtis Spencer
Looks great, thank you for working through all the comments!
I agree that this is a pretty clunky solution. Will investigate a solution and see if it is easy to get on the roadmap.
Merged @bradgessler's change and cut a new point release.
Not sure I follow. Are you trying to launch fake s3 inside of a docker container and use aws-cli on the host machine to connect?
I have never done this myself, but you should be able to have a startup process in the container just run fake-s3 with the proper arguments.
Seems like a worthwhile fix, let me know when you have your diff ready.
The best way right now is to just run "rake test" once you have a test server running. I agree that the documentation can be improved. Let's leave this issue...
@jarrett, thanks for filing. Do you have a script that you can use to reproduce the issue? Any particular file you are uploading?
@kantp, which s3 client are you using to try to upload a file so I can reproduce the issue.
Nick, which pull request are you referring to? I see this one: https://github.com/jubos/fake-s3/pull/45, which I can merge into master, but not sure how those diffs would add CORS support. In...