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

8
  • 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
    Commented Sep 13, 2021 at 5: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
    Commented Sep 16, 2021 at 2: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
    Commented Sep 16, 2021 at 9: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
    Commented Sep 16, 2021 at 13:19
  • Can you try using -R instead of -r. Kindly let me know the outcome.
    – Sri
    Commented Sep 16, 2021 at 14:30

1 Answer 1

1

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.