Michael Rüfenacht
Michael Rüfenacht
``` sh Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `PUT http://gav-service-minio:9000/gav-service/test.txt` resulted in a `400 Bad Request` response: XAmzContentSHA256MismatchThe provided 'x-amz-con (truncated...) in /app/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 Stack trace: #0 /app/vendor/guzzlehttp/guzzle/src/Middleware.php(69): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL,...
@pamelafox @peter-gribanov I guess you wanted to prevent the cache from parsing the content at the specified key just to read the expiration time (which I think is relevant for...
@peter-gribanov I actually stumbled upon this discussion by chance. I don't doubt your argumentation, it just seemed to be the reasoning behind the current implementation. But just out of curiosity:...
@wing328 Imho it still does not work. Please have a look at this repos https://github.com/rcky/openapi-generator-all-of using `generate -i /local/openapi/openapi.yml -g php -o /local --ignore-file-override=/local/openapi/.openapi-generator-ignore.dist` to generate the sources. As you...
I've got the same issue in Javascript.