Thenmozhi
Thenmozhi

Reputation: 1

Copy file from AWS S3 bucket to Google cloud storage bucket

I am trying to copy file from AWS S3 bucket to Google Storage bucket. I am trying to implement with python api. Please help me if anyone done this.

Thanks in advance.

Upvotes: 0

Views: 1148

Answers (1)

Mike Schwartz
Mike Schwartz

Reputation: 12145

You can use gsutil to do this. You can also use the GCS Transfer Service.

Upvotes: 2

Related Questions