Closed Teo-Asinari closed 4 months ago
Follow up: it's still failing if I replace with a concrete verison:
[] % curl https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-v1.6.5.jar
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>QXWFR604AAB04YW7</RequestId><HostId>7Ijayjo7ZHg0lF1QNUrOcrVnVFOxgbLAkQcSVmgmiW5C7RooI/qfVcLHCbrA6j/crEZRFe7EOzU=</HostId></Error>%
[] % wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-v1.6.5.jar
--2024-07-19 12:47:45-- https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-v1.6.5.jar
Resolving s3-eu-west-1.amazonaws.com (s3-eu-west-1.amazonaws.com)... 52.92.18.72, 52.218.89.99, 52.92.20.208, ...
Connecting to s3-eu-west-1.amazonaws.com (s3-eu-west-1.amazonaws.com)|52.92.18.72|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-19 12:47:46 ERROR 403: Forbidden.
Nvm, I was able to download it from here:
https://github.com/softwaremill/elasticmq/releases/tag/v1.6.5
Please consider adding some reference to this in the README
follow up issue: #1026
Hello, I cannot download the jar from the AWS link in the README. See below. Is there an issue with the hosting server? Many thanks.
Attempt with wget on MacOS:
Attempt with curl on MacOS: