Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download jar from aws link #1025

Closed
Teo-Asinari opened this issue Jul 19, 2024 · 3 comments
Closed

Cannot download jar from aws link #1025

Teo-Asinari opened this issue Jul 19, 2024 · 3 comments

Comments

@Teo-Asinari
Copy link

Teo-Asinari commented Jul 19, 2024

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
Copy link
Author

Teo-Asinari commented Jul 19, 2024

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
Copy link
Author

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
Copy link
Contributor

follow up issue: #1026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants