0

My data transfer from a google cloud bucket to AWS bucket was in progress but after a few hours I go this error - "

  • Command exception : NO URLs MATCHED"

please see the screenshot here.. Any idea why this error and how I can resolve it?

enter image description here

Stanford
  • 31
  • 5
  • as a quick check run this " gsutil ls "command to list the buckets and check weather the bucket your using in the "gsutil cp " is there or not. did you activate the AWS credential ? – Sri Sep 13 '21 at 05:25
  • @Sri, yes the credentials were activated... the transfer was in progress and after 10 GB or so, it threw this message, cant understand why..... – Stanford Sep 16 '21 at 02:54
  • What is Size of the data your trying to transfer ? Have you tried to transfer small file ( eg. 1mb ), If not can you try it. Please let me know the outcome. – Sri Sep 16 '21 at 09:03
  • @Sri, its about 4 TB in total....we have transferred 10GB so far ...and midway this happened..it threw this command exception ......How can we solve this?any idea – Stanford Sep 16 '21 at 13:19
  • Can you try using -R instead of -r. Kindly let me know the outcome. – Sri Sep 16 '21 at 14:30
  • @Sri even that doesnt work.... we are still left scratching our heads! – Stanford Sep 17 '21 at 04:25
  • @Standford As per this [documentation](https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets) ```gsutil``` is recommended if the data is less than 1TB. Please look at the similar issue [here](https://stackoverflow.com/questions/39329580/exporting-data-from-google-cloud-storage-to-amazon-s3). – Sri Sep 17 '21 at 05:13
  • Did you ever resolve this? Stuck in the same boat! – Steph M Aug 08 '23 at 21:39

1 Answers1

0

As per this documentation gsutil is recommended if the data is less than 1TB. Please look at the similar issue here

Sri
  • 182
  • 7