Loupi / node-cypher-parser

A Cypher parser/linter addon module for NodeJS.
MIT License
35 stars 9 forks source link

Latest Binaries Have S3 Permission Issues (Not Accessible) #40

Open NaikAayush opened 1 year ago

NaikAayush commented 1 year ago

The newly uploaded binaries do not seem to have the right public permissions. I am getting a 403 on all the new binaries.

Example: https://cypher-parser.s3.amazonaws.com/cypher-v0.1.13-node-v83-linux-x64.tar.gz is returning 403.

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>6RT5BA9Q2EQH2SWR</RequestId>
<HostId>OHZVCsvEgxZEEFA9TYOXo82BvIHRn2ddZbZpEqLFsds6cDjmV+cXn09gfQYXxwJaNp4kPjpUsiA=</HostId>
</Error>

While older ones like https://cypher-parser.s3.amazonaws.com/cypher-v0.1.10-node-v83-linux-x64.tar.gz have no issues.

Usual builds are failing.

teetering commented 2 months ago

Did you ever figure this out? Is there an easy way to do a manual build/install?