Ryan S. Brown 8b6b3033f9 Reduce memory usage of deploy/upload step
Switch to using a stream to read artifacts at upload, because it was
being read into a `const` that the AWS SDK had to then copy to a
bytearray that was wrapped in a TLSStream object, duplicating the
artifact several times.
2017-01-26 08:11:21 -05:00
..
2017-01-18 10:07:42 +01:00
2017-01-14 14:04:43 -08:00
2016-11-22 12:49:26 +01:00
2016-11-22 12:49:26 +01:00
2016-11-22 12:49:26 +01:00
2016-12-13 08:24:25 +01:00
2017-01-03 13:27:00 +01:00
2016-11-22 12:49:26 +01:00
2016-11-22 12:49:26 +01:00
2016-11-27 21:55:19 +11:00
2016-12-15 16:49:57 +09:00