bchr02 / node-pre-gyp-github

A node-pre-gyp module which provides the ability to publish to GitHub releases.
MIT License
52 stars 32 forks source link

Error uploading to S3: 403 #1

Closed bchr02 closed 8 years ago

bchr02 commented 8 years ago

Got the below strange error while trying to publish a release to GitHub. It just started out of the blue for no known reason. After about 12 hours it suddenly went away. Not sure if Github uses S3 for storage, but that would explain the "S3". Maybe their was an outage. I created this issue, in case it happens again to anyone else.

{ [Error: {"message":"Error uploading to S3: 403","request_id":"some-long-string"}]
  message: '{"message":"Error uploading to S3: 403","request_id":"some-long-string"}', code: 502 }
bchr02 commented 8 years ago

Okay, so apparently there was in fact an outage.

I emailed GitHub support and Ivan Žužak replied:

Hi Bill,

Yeah, there was a problem with uploading release assets via the API during that period. The problem should have been fixed recently, as you already noticed. Really sorry for the trouble and let us know if you have any other questions.

Best, Ivan