In the current server access logging implementation, we haven't set a robust timeout for the parcel uploads:
https://github.com/storj/common/blob/b9952c61d22febe124585cb2529231854d493a61/accesslogs/uploader.go#L195-L197
We need to add one; perhaps make it configurable.