Why this sudden error "No URLS matched" when transferring data from a Google cloud bucket?

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

  • Command exception : “NO URLs MATCHED”

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

Hello, I’m not sure but there may be a conflict between the -r ( recursive) flag and the wildcard “*”.

Could you give a shot with the command? [1] :

gsutil -m cp -n gs://[your-bucket]/** s3://[destination]

Does this works ?

1.- Doc link.