I'm noticing quite low upload speeds to Google Cloud Storage, almost 2.5x slower compared with uploading a file to Google Drive. Here is a screencast comparing the two for the upload of a 1GB file:
https://gyazo.com/c3488bd56b8118043b7df5aab813db01
This is just an example, but I've also tried using the gsutil
command-line tool, using all the suggestions they have for uploading large files the fastest (such as using parallel_composite_upload_threshold
). It is still slower than I'm accustomed to. Much slower.
Is there any way to improve this upload speed? Why is upload to Drive so much faster than doing the same to GCS?