-
Notifications
You must be signed in to change notification settings - Fork 91
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
403 when downloading latest dynamodb tar #37
Comments
To work around this locally, I just edit {
"setup": {
"download_url": "http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_2019-02-04.tar.gz",
"install_path": "/bin",
"jar": "DynamoDBLocal.jar"
},
"start": {
"port": 8000
}
} |
+1 worked fine all day. and then suddenly broke.. quite a lame situation to find yourself in. cool fix for now though. |
If this isn't fixed as soon as you'd like, always a way to patch this like in a CI too using https://github.com/ds300/patch-package |
Just an FYI, looks like this is working for me today. Closing. |
Looks like http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz was just released today but is returning a 403. I can see the entry:
The text was updated successfully, but these errors were encountered: