I'm using s3gof3r inside a lambda function. And unfortunately I have to use static credentials. The problem with this is that they expire every so often. Instead I would like the use the IAM role of the service. I tried with the default AWS go package and the IAM role works there.
I'm using
s3gof3r
inside a lambda function. And unfortunately I have to use static credentials. The problem with this is that they expire every so often. Instead I would like the use the IAM role of the service. I tried with the default AWS go package and the IAM role works there.