laosb / ghos3

A modernized AWS S3 storage adapter for Ghost.
Other
34 stars 12 forks source link

docs: mark AWS access key and secret as optional #7

Closed outsideris closed 1 year ago

outsideris commented 1 year ago

Close #4

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).

laosb commented 1 year ago

Thank you for pointing this out & submitting this PR to fix the doc!