Closed martindurant closed 3 weeks ago
even though that URI is gettable with requests, returning valid XML. Thoughts?
I think that usually means that it's falling back to instance authentication? Maybe we should default that to off for simpler errors
we should default that to off
How to do that?
I think there'll be a bit of a learning curve for us to figure out the right set of auth configuration and ensure it's documented correctly.
So far, whenever I've hit auth errors, I've been able to re-check my credentials and get it working
https://github.com/developmentseed/obstore/pull/62 has an example of working tests against moto
Perfect, I'll build on that. "Unsigned" seems wrong, but oh well.
Er, something has gone very wrong with my git here. I'll get back to it tomorrow with any luck.
The branch you're trying to merge into is also behind. It's fine if you switch the target branch to main
I'll close this as I believe the only PR you intend to work on is #63, but reopen if I'm wrong.
Running this test fails:
even though that URI is gettable with requests, returning valid XML. Thoughts?