i have a request to copy files from AWS S3 bucket to GCS storage with the following command:
gsutil -m cp -r ${sourceURL} ${destinationURL}
howver, i encountered an error
BadRequestException: 400 None
and the error message followed is
CommandException: 1 file/object could not be transferred
Can anyone give me some ideas on how to solve it? i check my aws/gs configuration, they are all right.