I'm trying to copy a blob from the GCS bucket A in the project X to the bucket B in the project Y using Airflow.
It seems that the available operator (GCSToGCSOperator) works well only between two buckets within the same project.
How can I have achieve the copy in my case?
I'd like to avoid using a BashOperator...
Thanks!!