eeshugerman / postgres-backup-s3

A handy Docker container to periodically backup PostgreSQL to S3
MIT License
485 stars 167 forks source link

ListObjects has been deprecated, update to ListObjectsV2 #41

Open SaizFerri opened 11 months ago

SaizFerri commented 11 months ago

AWS deprecated the permission of ListObjects in favor of ListObjectsV2, thus new policies can not have this permission. My "delete backups after some days" is failing due to this permission. Could you please update it? For reference: https://docs.aws.amazon.com/cli/latest/reference/s3api/list-objects.html

YuryHrytsuk commented 1 month ago

Any updates?

SaizFerri commented 1 month ago

Na, I moved my infra to coolify which has backups to s3 built in.