softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.53k stars 193 forks source link

Cannot download jar from aws link #1025

Closed Teo-Asinari closed 2 months ago

Teo-Asinari commented 2 months ago

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:

[] % wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-$VERSION.jar
--2024-07-19 12:24:46--  https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-.jar
Resolving s3-eu-west-1.amazonaws.com (s3-eu-west-1.amazonaws.com)... 52.92.1.160, 52.218.0.67, 52.92.3.16, ...
Connecting to s3-eu-west-1.amazonaws.com (s3-eu-west-1.amazonaws.com)|52.92.1.160|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden

Attempt with curl on MacOS:

[] % curl https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-$VERSION.jar
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>RRMNA0MW1JVY31MD</RequestId><HostId>uhypz4XwYZ3797zGLNI/Sd59p0zue2B4igkb4ybLMUHgLFw8odw1S5gcm9FWR4JfJdbtiwV5nhY=</HostId></Error>%
Teo-Asinari commented 2 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.
Teo-Asinari commented 2 months ago

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

micossow commented 2 months ago

follow up issue: #1026