Kryštof Korb

Results 32 comments of Kryštof Korb

That's a pity :( Thanks for info!

If I use s3.localhost.localstack.cloud:4566, I get this response instead: ```xml InternalError exception while calling s3 with unknown operation: Traceback (most recent call last): File "/opt/code/localstack/localstack/aws/chain.py", line 57, in handle handler(self,...

POST, yes, but that's not the case, it is just missing in the cURL from Chrome. I also tried manually assembling the request in Postman and it behaves the same.

I know, sorry, but that is hard, it is wired up in the Ruby app. I'll try to create a separate example. LocalStack is started via Docker Compose: ```yaml localstack:...

Yes, that was what I've started with (the JSON error) which crashes on `determine_aws_service_name` if I understand the trace correctly.

OK, this is insane. It's because of the PNG file probably. Just a sec, I have the reproducer too.

Here it is: https://github.com/krystof-k/localstack-bug. Just `docker compose up --build` and then try running both cURL from `curl.txt` from the host. Text file works, PNG fails.

I just tried it in the full-scale Rails app and the text file works too. I really don't get it. It's just a normal PNG, macOS screenshot… Of course when...

Awesome, thanks so much!