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'm trying to upload around ~10GB to S3 in CodeBuild and it fails with the following log, is there any option to std out more logs to debug this issue? The plugin runs for only about ~97 seconds each time. I can confirm it works locally.
> gatsby-plugin-s3 deploy --yes
--
985 |
986 | - Retrieving bucket info...
987 | /codebuild/output/tmp/script.sh: line 4: 2105 Killed npm run deploy:s3
988 |
989 | [Container] 2021/06/02 10:48:24 Command did not exit successfully npm run deploy:s3 exit status 137
990 | [Container] 2021/06/02 10:48:24 Phase complete: POST_BUILD State: FAILED
991 | [Container] 2021/06/02 10:48:24 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: npm run deploy:s3. Reason: exit status 137
The text was updated successfully, but these errors were encountered:
I'm trying to upload around ~10GB to S3 in CodeBuild and it fails with the following log, is there any option to std out more logs to debug this issue? The plugin runs for only about ~97 seconds each time. I can confirm it works locally.
The text was updated successfully, but these errors were encountered: