Closed matiasgarciaisaia closed 2 years ago
This PR allows to revert mysql-backup-to-s3's behaviour to the previous one, in which it didn't check if the S3 bucket existed.
mysql-backup-to-s3
This avoids the need to grant S3 list/read access to the backup user (see #146 for context).
Seems ok to me 👍
Great, thank you! Will push a new docker image as well.
This PR allows to revert
mysql-backup-to-s3
's behaviour to the previous one, in which it didn't check if the S3 bucket existed.This avoids the need to grant S3 list/read access to the backup user (see #146 for context).