You have 32 GB of data in a single file that you need to upload to a Nearline Storage bucket. The WAN connection you are using is rated at 1 Gbps, and you are the only one on the connection. You want to use as much of the rated 1 Gbps as possible to transfer the file rapidly. How should you upload the file?
- AUse the GCP Console to transfer the file instead of gsutil.
- BEnable parallel composite uploads using gsutil on the file transfer. (correct answer)
- CDecrease the TCP window size on the machine initiating the transfer.
- DChange the storage class of the bucket from Nearline to Multi-Regional.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Enable parallel composite uploads using gsutil on the file transfer.