stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
MIT License
769 stars 152 forks source link

Use AWS cli when available #121

Closed endrec closed 4 years ago

endrec commented 4 years ago

This PR

Fixes #81, as AWS cli natively uses IAM role, or any other available authentication mechanism (e.g. service role).

endrec commented 4 years ago

@stefanprodan Would it be possible to make this a release?

stefanprodan commented 4 years ago

Release is on Docker Hub: stefanprodan/mgob:1.2

endrec commented 4 years ago

Thanks!