Mateusz Dudek
Mateusz Dudek
> Did you tried: https://async-aws.com/clients/s3.html#non-aws-s3-endpoints ? Yes. But one interesting thing. I tried to use two hosts: localhost and 127.0.01. Here is my first config: endpoint -> localhost:4566, without `pathStyleEndpoint`...
When I'm using aws sdk (https://github.com/aws/aws-sdk-php) everything is ok. Here you have code https://gist.github.com/dudekm/e4ec6600f34fd50dac0622903034a09e so, probably problem is inside async-aws :(
Current code and result https://gist.github.com/dudekm/ccb06aafb7e2309497fe63cd571c08c3 Doesn't matter if `endpoint` is `localhost:4566` or `127.0.0.1:4566`. `Try #1 after 900ms: Idle timeout reached for "http://localhost:4566/demo-bucket/new-key-file".` `Try #1 after 900ms: Idle timeout reached for...
I also got this error on Symfony 7.