Bert Blommers
Bert Blommers
> @bblommers , just to clarify. are you presuming here that another mock is still active and that that's the reason why the sts mock is still active? In this...
Without a repro there's not much we can do, so I'll close this.
Hi @cln-m4rie, thanks for raising this. Can you share a reproducible test case that showcases this error?
Hi @successkrisz, thanks for raising this. It looks like this is related to the dependencies packaged within the Docker-container. The same error occurs when running `moto_server` on the master-branch, with...
Some notes on what I've found so far: - The region matters - the error does not occur when the S3Client has the parameter `region:'us-east-1'` - The error is due...
Hi @stj, is this still something you're interested in? It looks like the branch is (still) in good shape. Let me know if you want some help with this! Happy...
Hope you don't mind @stj - I took your branch, cleaned it up a bit, and released it. This is now part of moto >= 4.0.7.dev21. Please let us know...
@stj I was able to reuse the tests that you wrote, actually - it only covered the happy path, but I figured that was a good start. The biggest limitation...
Hi @iffystiffy, that looks like an error coming from boto3 itself. If you remove the `with mock_s3` part, it will still throw an error if the profile does not exist....
If you haven't created the `adfs` profile, and you don't want to, you can just create the boto3-client without specifying a profile: `yield boto3.client("s3", region_name="us-east-1")`