I have data in Google Cloud Storage that I need to transfer to s3 bucket in a serverless fashion... one possible approach is to use cloud function and transmit data from cloud storage to s3 bucket using gsutil and boto3 for was credentials. I believe their is an extra fee from Google for outbound network request but this approach is possible.
Does anyone has a better approach or a suggestion?