You already handle AWS credentials properly. See here.
If users simply omit both accessKeyId and secretAccessKey, aws-sdk will try IAM roles or instance profiles.
We setup the Ghost server with this plugin using AWS EKS IRSA(without accessKeyId and secretAccessKey).
Close #4
You already handle AWS credentials properly. See here. If users simply omit both
accessKeyId
andsecretAccessKey
, aws-sdk will try IAM roles or instance profiles.We setup the Ghost server with this plugin using AWS EKS IRSA(without
accessKeyId
andsecretAccessKey
).