You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this comments arrive to late but I had the same problem this days and I found how to solve it. I don't know if is the same but in my case I was using gulp-rev and its function rev.manifest, and my problem was that I was not sending the correct file (In my case was a javascript file) as in the following code:
So as you can see I was uploading the manifest file instead of the javascript file. But when I change my code to this and I put the s3 pipe after my rev pipe all works!!
Message:
S3 headObject Error: BadRequest: null
Any idea how to get some useful error message?
The text was updated successfully, but these errors were encountered: