How to create and interaction between google drive and aws s3?

0

I'm trying to set up a connection a Google Drive folder and S3 bucket, but I'm not sure where to start. I've already created a sort of "Frankenstein process", but it's easy to use only by me and sharing it to my co-workers it's a pain.

I have a script that generates a plain text file and saves it into a drive folder. And to upload, I've installed Drive file stream to save it in my mac, then all I did was create a script using Python3, with the boto3 library, to upload the text file into different s3 buckets depending on the file name.

I was thinking that I can create a lambda to process the file into the s3 buckets but I cannot resolve how to create the connection between drive and s3. I would appreciate if someone could give me a piece of advise on how to start with this.

已提问 5 年前2597 查看次数
1 回答
0
已接受的回答

if you just simply want to connect google drive and aws s3 there is one service name zapier which provide different type of integration without line of code

https://zapier.com/apps/amazon-s3/integrations/google-drive
For more details you can check this link out

已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则