Reputation: 1
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: 1159
Reputation: 12155
You can use gsutil to do this. You can also use the GCS Transfer Service.
Upvotes: 2