douyuan9512 2018-04-13 05:02
浏览 98
已采纳

在AWS Go-SDK中从VPC中的Lambda访问s3

I'm just started on using aws-sdk-go and notice that the s3 requests are using http/https rather than s3 protocol. How can I read the object in s3 from my lambda within vpc using aws-sdk-go?

And I don't want to use NAT Gateway. I can do this in NodeJS but is there any way for aws-go-sdk to do the same?

Thanks!

  • 写回答

2条回答 默认 最新

  • dourukeng5302 2018-04-14 08:55
    关注

    To access S3 within a VPC without an internet gateway you need to use a S3 Endpoint

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?