-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix https://github.com/jubos/fake-s3/issues/114 #3
Conversation
Is this tested / will it work with our current dev setup still? |
|
should we merge our fork with upstream if it has been fixed there, instead? |
I remember @suweller said that we have something specific that is not a part of the upstream. That's the only reason why we use it. If that's no longer a point, I can use a fake_s3 docker image instead |
we do which is why I said merge with upstream (not replace with upstream) |
this is why we don't use the vanilla gem btw jubos#119 |
we do have merge conflicts tho :/ |
I think for now this particular fix is the leanest iteration |
so to give more detail: fakes3 doesn't / didn't support List Parts which is why we I made a fork (and a PR). |
not sure it is the leanest: |
This change mimics upstream |
Just rebase with upstream |
I think we need to communicate it all together |
I'm fine with either of these solutions. However, I'm not sure if rebasing the whole lib is a small step. We have 2k+ diff for a one-line fix |
Our fork of
fake_s3
can't recognize a request host and compose a 404 response (because we have a different network in docker).see jubos#114 thread for more details