Which command copies a file named test.txt to a Cloud Storage bucket named myBucket?
gcloud cp gs://myBucket test.txt
gsutil cp gs://myBucket test.txt
gcloud cp test.txt gs://myBucket
gsutil cp test.txt gs://myBucket