
Explanation:
The correct answer is D because gsutil provides object composition or parallel upload to handle the upload of larger files efficiently. This method splits a large file into smaller chunks, uploads them in parallel, and then recomposes them in the cloud. This approach significantly increases upload performance.
You need to migrate a collection of media files, each over 50GB, from your on-premises data center to Google Cloud Storage. Which method can help speed up the transfer process?
A
Start a recursive upload.
B
Use the Cloud Transfer Service to transfer.
C
Use multi-threaded uploads using the -m option.
D
Use parallel uploads to break the file into smaller chunks then transfer it simultaneously.
No comments yet.