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

403 when downloading latest dynamodb tar #37

Closed
mitchellsimoens opened this issue Feb 6, 2019 · 4 comments
Closed

403 when downloading latest dynamodb tar #37

mitchellsimoens opened this issue Feb 6, 2019 · 4 comments

Comments

@mitchellsimoens
Copy link

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:

<Contents>
  <Key>dynamodb_local_latest.tar.gz</Key>
  <LastModified>2019-02-06T12:51:06.000Z</LastModified>
  <ETag>"619b49fdfd32827c7b3c69873458100f-3"</ETag>
  <Size>17464086</Size>
  <StorageClass>STANDARD</StorageClass>
</Contents>
@mitchellsimoens
Copy link
Author

To work around this locally, I just edit node_modules/dynamodb-localhost/dynamodb/config.json to be:

{
    "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
    }
}

@yashutanna
Copy link

+1

worked fine all day. and then suddenly broke.. quite a lame situation to find yourself in.

cool fix for now though.

@mitchellsimoens
Copy link
Author

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

@mitchellsimoens
Copy link
Author

Just an FYI, looks like this is working for me today. Closing.

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