I want to download a large dataset from URL "https" directly to google cloud storage(Bucket).
I have used gsutil stream command. via google cloud shell
curl -L https://../../..velodyne.zip | gsutil cp - gs://###/##/velodyne.zip
the result is
We've detected excessive egress network traffic in your Google Cloud Shell session. Discontinue or decrease this traffic or your session will be terminated.