Hey guys,
as my project growes it is not possible for me anymore to upload a build. I have tried it now 10 times and i always get two different errors:
1.) The write operation timed out
2.) Something with “connection was aborted”
Usually the errors happens in the 50 - 60% or 90 - 95% range. I’m using the following command
aws gamelift upload-build --name "BUILD" --build-version "1.0" --build-root path
The size of the build is about 340MB when GameLift zips it (the folder itself is about 600MB). My upload speed is 2k, so it takes a while to upload (~30mins).
Anyone knows why the upload process always fails? (Occasionally it happened before with a smaller size of the project)
Thanks
SH