Skip to content

Commit 85283b5

Browse files
committed
http download no longer working, use https
1 parent 5c0dfbe commit 85283b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamodb/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"setup": {
3-
"download_url": "http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz",
3+
"download_url": "https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz",
44
"install_path": "bin",
55
"jar": "DynamoDBLocal.jar"
66
},

0 commit comments

Comments
 (0)