Project Versioning failed

I am getting the errors while creating a version (see below). What is the maximum allowed size? My project ID is 95737.

[8/9] Uploading version...
Uploading 95737/versioning/v4.zip...
Error uploading Your proposed upload exceeds the maximum allowed size
EntityTooLarge: Your proposed upload exceeds the maximum allowed size
    at Request.extractError (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/services/s3.js:835:35)
    at Request.callListeners (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
    at Request.emit (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
    at Request.emit (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/request.js:683:14)
    at Request.transition (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/request.js:22:10)
    at AcceptorStateMachine.runTo (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/state_machine.js:14:12)
    at /app/node/serial-daemon/export/node_modules/aws-sdk/lib/state_machine.js:26:10
    at Request.<anonymous> (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/request.js:38:9)
    at Request.<anonymous> (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/request.js:685:12)
    at Request.callListeners (/app/node/serial-daemon/export/node_modules/aws-sdk/lib/sequential_executor.js:116:18) {
  code: 'EntityTooLarge',
  region: null,
  time: 2022-07-12T00:50:59.471Z,
  requestId: '5DQSBERBZA9MZPAV',
  extendedRequestId: 'VYSSzr4/G2QmuFec1BlNlgfLvJHl5Ul0LvBKKGT0wJLx4PmFhzoJmGzvt7bi3y1N9xGQXT9OnFM=',
  cfId: undefined,
  statusCode: 400,
  retryable: false,
  retryDelay: 81.56042697352872
}
Application exited with code 1

Job failed (see above)

Hi @naveen, we changed the way we uploaded data to S3 and didn’t realise that there’s a 5GB limit for files when using the normal putObject call. Have a PR open to switch to multipart upload, this should fix it (probably live later today).

2 Likes